From 1d5f5f6ff464053137063d0c7a0f56f8f5cd3543 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 9 May 2018 15:08:01 -0400 Subject: make Moments play nicer without MaxScoreFrameId --- www/js/EventModalCtrl.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/js/EventModalCtrl.js') diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index b550de52..1b33343d 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -959,6 +959,8 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.snapshotFrameId = m.snapshotId; isGlobalFid = true; } + else { $scope.snapshotFrameId = 1;} + eventId = m.eventId; $scope.eventId = m.eventId; -- cgit v1.2.3