From 401549039d4ae6be45fee165487b391bde983d9d Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Sat, 26 Sep 2015 15:35:06 +0100 Subject: Missed brace --- js/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index d7b5ce2..4a118b7 100644 --- a/js/main.js +++ b/js/main.js @@ -54,6 +54,7 @@ app.controller('VisualisationController', ['$scope', '$http', $interval.cancel(autorefresh); autorefresh = undefined; } + } load(); var autorefresh = $interval(load, 60000); -- cgit v1.2.1