diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-23 15:10:02 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-23 15:10:02 -0400 |
| commit | d125f07f6454a74602a12c5f9631b3b210eac116 (patch) | |
| tree | 08e9d289f6b053ac736056d3183778d0f92fdcb4 /www | |
| parent | 416a7ae528bc55297716df9ceb5eb00f8e64f316 (diff) | |
small stuff
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventCtrl.js | 1 | ||||
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 | ||||
| -rw-r--r-- | www/templates/events.html | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index d873e514..44dc640c 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2966,6 +2966,7 @@ angular.module('zmApp.controllers') } + $scope.constructThumbnail = function (event) { var stream = ""; stream = event.Event.recordingURL + diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 659363d3..889e9a0b 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1650,8 +1650,6 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro } - - playerReady = false; $scope.defaultVideo = ""; $scope.video_url = ""; diff --git a/www/templates/events.html b/www/templates/events.html index 88c101f0..3878921a 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -28,7 +28,7 @@ <div ng-if="!eventsBeingLoaded"> <ion-list show-delete="eventList.showDelete"> <ion-item force-refresh-images="true" collection-repeat="event in events| filter:search.text | eventListFilter" force-refresh-images=true - item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" > + item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" force-refresh-images="true" > <span style="float:left;margin-top:-18px;background-color:#96281B;color:#fff;font-size:11px;opacity:0.7;border-radius: 0px 0px 5px 5px;"> <i class="ion-calendar"></i> {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}} </span> <span style="float:left;margin-top:-18px;background-color:#fff;color:#888;font-size:11px;opacity:1;"> |
