From bfdcdcccee146f924f3311b6955ce81d2dab226f Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 10 Jul 2015 10:50:12 -0400 Subject: New skin and SCSS implementation --- www/js/EventCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/EventCtrl.js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 7320a03c..8d9bd57b 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -457,7 +457,8 @@ angular.module('zmApp.controllers').controller('zmApp.EventCtrl', ['$scope', '$r //evtCurSegment = 0; // console.log ("**** I SET SEGMENTS TO " + evtSegments); - // call on progress indicator every 2 seconds + // call on progress indicator every 5 seconds + // don't want to overload segmentHandle = $interval(function () { segmentCheck(); }, 5000); -- cgit v1.2.3