summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index de76cf5..d7b5ce2 100644
--- a/js/main.js
+++ b/js/main.js
@@ -55,6 +55,7 @@ app.controller('VisualisationController', ['$scope', '$http',
autorefresh = undefined;
}
+ load();
var autorefresh = $interval(load, 60000);
$scope.$on('$destroy', function() {