diff options
-rw-r--r-- | js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) return true; } } - return False; + return false; } function load() { @@ -73,4 +73,4 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) cancelRefresh(); }); } -]); +); |