From 2c748df39130050b929d7676daee4e953a808356 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 9 May 2018 13:56:14 -0400 Subject: remove globalFid if you swipe --- www/js/EventModalCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/EventModalCtrl.js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index eeff3862..b550de52 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -949,7 +949,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro if (m.id != 'footage') return; - + showLive = true; if (m.snapshot == 'enabled') { @@ -1457,6 +1457,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro function jumpToEvent(eid, dirn) { $scope.snapshotFrameId = 1; + isGlobalFid = false; var oState; NVRDataModel.log("HERE: Event jump called with:" + eid); if (eid == "") { -- cgit v1.2.3