summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-09 13:56:14 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-09 13:56:14 -0400
commit2c748df39130050b929d7676daee4e953a808356 (patch)
treeb1b2541ce09b0a650d62ef1bd997ff301e341146
parent00c7cd12b7c5d210a935b981af0cbb7c6c9da6a0 (diff)
remove globalFid if you swipe
-rw-r--r--www/js/EventModalCtrl.js3
1 files changed, 2 insertions, 1 deletions
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 == "") {