diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-09 15:08:01 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-09 15:08:01 -0400 |
| commit | 1d5f5f6ff464053137063d0c7a0f56f8f5cd3543 (patch) | |
| tree | 013e0a72ff619e40e2f7b5c96f86192626ed2d4a /www/js/EventModalCtrl.js | |
| parent | 2c748df39130050b929d7676daee4e953a808356 (diff) | |
make Moments play nicer without MaxScoreFrameId
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
