From 53001c53ee8466f25132036db8330326a176d3e5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 5 Feb 2019 11:28:13 -0500 Subject: kung-fu --- www/js/MontageCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 784ad2f2..81a22376 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -917,6 +917,7 @@ angular.module('zmApp.controllers') // Alarm notification handling //---------------------------------------------------------------- $scope.handleAlarms = function () { + //$rootScope.isAlarm = true; $rootScope.isAlarm = !$rootScope.isAlarm; if (!$rootScope.isAlarm) // if (1) -- cgit v1.2.3