diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-05 18:00:32 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-05 18:00:32 -0400 |
| commit | fe583d3575ae476c91ea74e7a8f67b0164389ee3 (patch) | |
| tree | 6047c7c4654080ed67783a04a5b05dd5caf611ea /www/js/TimelineCtrl.js | |
| parent | 10f5788d747d2f96027c0591fe332b74f9b9aac7 (diff) | |
removed large dot
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index 3562f2c7..47c061a7 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -161,7 +161,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla var i; for (i = 0; i < data.event.Frame.length; i++) { if (data.event.Frame[i].Type == "Alarm") { - //⬤ + // console.log ("**ALARM AT " + i); $scope.slider_modal_options.scale.push({ val: i + 1, |
