summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-10 10:50:12 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-10 10:50:12 -0400
commitbfdcdcccee146f924f3311b6955ce81d2dab226f (patch)
tree5744e447c1bd1879488bb2284bf9713734851c2b /www/js/EventCtrl.js
parent3ba89992702770cd54add7909c61278bee329b81 (diff)
New skin and SCSS implementation
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js3
1 files changed, 2 insertions, 1 deletions
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);