Skip to content

Commit

Permalink
Fix missing JS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Ko committed Mar 16, 2014
1 parent 17d5c37 commit cffc4f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.6.0
2.6.1
2014-03-16
8 changes: 7 additions & 1 deletion CHANGELOG
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
========

Expand All @@ -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
========

Expand Down
2 changes: 0 additions & 2 deletions frontend/View/Index/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
* @version 1.0.0
*/

verbose = false;

/**
Chart canvas height
Width is 940px,
Expand Down
2 changes: 0 additions & 2 deletions frontend/View/Mobile/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

<script>

verbose = false;

var Period = '{MOBILE_PERIOD}';

var ChartHeight = '{MOBILE_CHARTHEIGHT}';
Expand Down
2 changes: 1 addition & 1 deletion public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $(function() {

});

var timer;
var timer, verbose = false;

/**
*
Expand Down

0 comments on commit cffc4f9

Please sign in to comment.