diff --git a/dashboard/static/index.html b/dashboard/static/index.html index 3de17d3a..53149f0f 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -335,7 +335,7 @@
-
+

Le {{ challenge.title }} !

@@ -391,7 +391,7 @@

-
+
Challenges à la une diff --git a/dashboard/static/js/dashboard.js b/dashboard/static/js/dashboard.js index 2439e3bf..1047c8ba 100644 --- a/dashboard/static/js/dashboard.js +++ b/dashboard/static/js/dashboard.js @@ -43,7 +43,6 @@ angular.module("FICApp", ["ngSanitize", "ngAnimate"]) $rootScope.lastExercice = lastExercice; }); } - refreshEvents() $interval(refreshEvents, 2100); }) .controller("TimerController", function($scope, $rootScope, $interval, $timeout) {