From 84b05d931168df5eade1a5ca3c9dc0b303d98384 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 4 Jul 2016 17:27:18 -0400 Subject: #278 - go directly to live view via monitors (avoid packery jugglery in montage). Pending - set value of tappedMid Former-commit-id: 7805e086656ae4f05ee4af97d325f0e2b87f999a --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 6cac5802..63eb0e1a 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -932,6 +932,7 @@ angular.module('zmApp', [ $rootScope.loggedIntoZm = 0; $rootScope.apnsToken = ''; $rootScope.tappedNotification = 0; + $rootScope.tappedMid = 0; //var eventsToDisplay=[]; $rootScope.alarmCount = "0"; $rootScope.platformOS = "desktop"; -- cgit v1.2.3