-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
2.6.0 | ||
2.6.1 | ||
2014-03-16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
v2.6.1 | ||
======== | ||
|
||
FIXED | ||
|
||
- Fix missing JS variable ~ Knut Kohl <[email protected]> | ||
|
||
v2.6.0 | ||
======== | ||
|
||
|
@@ -24,7 +31,6 @@ NEW | |
- Add Wunderground weather template and channel ~ Knut Kohl <[email protected]> | ||
- Add ability to define custom commands at start via prepend.php file ~ Knut Kohl <[email protected]> | ||
|
||
|
||
v2.5.0 | ||
======== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ | |
* @version 1.0.0 | ||
*/ | ||
|
||
verbose = false; | ||
|
||
/** | ||
Chart canvas height | ||
Width is 940px, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
|
||
<script> | ||
|
||
verbose = false; | ||
|
||
var Period = '{MOBILE_PERIOD}'; | ||
|
||
var ChartHeight = '{MOBILE_CHARTHEIGHT}'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ $(function() { | |
|
||
}); | ||
|
||
var timer; | ||
var timer, verbose = false; | ||
|
||
/** | ||
* | ||
|