diff options
| -rw-r--r-- | www/js/TimelineModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js index 139493ec..70bd733d 100644 --- a/www/js/TimelineModalCtrl.js +++ b/www/js/TimelineModalCtrl.js @@ -151,6 +151,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', ' if (m.id != 'analyze') return; + $scope.alarm_images=[]; $scope.graphWidth=$rootScope.devWidth-30; ZMDataModel.zmLog ("Setting init graph width to " + $scope.graphWidth); $scope.dataReady = false; |
