summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-08 11:15:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-08 11:15:48 -0400
commitfc467d5b8306a8aa5b42f97b938899c6c07909aa (patch)
treea398769dd38c61c20715db54097a5caf03f3ae9b /www/templates/events-modal.html
parent1a49d5f20142be21f235a01b4838c261ad1a09a7 (diff)
no need for ng-checked with ng-model, also removed some old dev settings, enforced to true
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 4cd1bf38..36810257 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -10,7 +10,7 @@
<div style="white-space:nowrap;">
<span ng-repeat="alarm in alarm_images">
<figure class="animated slideInLeft" style="display:inline-block">
- <img ng-src="{{constructFrame(alarm.frameid)}}" fallback-src="img/frameerror.png" style="width: auto; height: auto;max-width: 100%;max-height: 100px" ng-click="changeSnapshot(alarm.frameid)" />
+ <img ng-src="{{constructFrame(alarm.frameid)}}" fallback-src="img/frameerror.png" style="width: auto; height: auto;max-width: 100%;max-height: 100px" ng-click="changeSnapshot(alarm.frameid)" on-double-tap="closeModal();" />
</figure>
</span>
</div>
@@ -26,6 +26,7 @@
<div style="width:100vw; height:100vh;">
<div ng-if="isSnapShot() && !liveFeedMid" class="event-modal-play">
+
<button class="button button-assertive icon ion-play" ng-click="convertSnapShotToStream()">&nbsp;{{'kPlay'|translate}}</button>
</div>