summaryrefslogtreecommitdiff
path: root/www/templates/montage-history.html
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-02-05 09:51:38 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-02-05 09:51:38 -0500
commit2dca00fc8be172f6bed7bbd8cc9b46093f978bea (patch)
tree11625bcb6938466e44ff687ee7885c3a6e15157d /www/templates/montage-history.html
parent6c8009536b71a493ca1416472498fe33f6b4d6a7 (diff)
#126 and #155 - I think I finally got it this time
Former-commit-id: 85587badc26f74e31a1a458ca3bdb3fff016968f
Diffstat (limited to 'www/templates/montage-history.html')
-rw-r--r--www/templates/montage-history.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html
index c1cdd5fa..43ebd35a 100644
--- a/www/templates/montage-history.html
+++ b/www/templates/montage-history.html
@@ -49,7 +49,7 @@
<div ng-if="$root.authSession!='undefined' && !isBackground()">
<div ng-if = "!minimal && monitor.eventUrl == 'img/noevent.png' && !sliderVal.hideNoEvents">
- <img id="img-$index" image-spinner-src="{{isBackground()?'':monitor.eventUrl}}" image-spinner-loader="lines" style="
+ <img id="img-{{$index}}" image-spinner-src="{{isBackground()?'':monitor.eventUrl}}" image-spinner-loader="lines" style="
width: 100% !important;
height: auto !important;" />
<div style="position:absolute; bottom:0%; right:0%;white-space:nowrap;overflow:hidden;"
@@ -61,13 +61,13 @@
<div ng-if = "!minimal && monitor.eventUrl != 'img/noevent.png' && monitor.Monitor.connKey">
- <img ng-if="!isBackground()" id="img-$index" image-spinner-src="{{monitor.eventUrl}}&scale={{LoginData.singleImageQuality}}{{$root.authSession}}&rand={{$root.rand}}&rate={{sliderVal.realRate}}&connkey={{monitor.Monitor.connKey}}" image-spinner-loader="lines" style="
+ <img ng-if="!isBackground()" id="img-{{$index}}" image-spinner-src="{{monitor.eventUrl}}&scale={{LoginData.singleImageQuality}}{{$root.authSession}}&rand={{$root.rand}}&rate={{sliderVal.realRate}}&connkey={{monitor.Monitor.connKey}}" image-spinner-loader="lines" style="
width: 100% !important;
height: auto !important;" on-tap="togglePause(monitor.Monitor.Id)" />
- <img ng-if="isBackground()" id="img-$index" image-spinner-src="" image-spinner-loader="lines" style="
+ <img ng-if="isBackground()" id="img-{{$index}}" image-spinner-src="" image-spinner-loader="lines" style="
width: 100% !important;
height: auto !important;" />
@@ -98,7 +98,7 @@
</div> <!-- valid auth session &!background -->
<div ng-if="!$root.authSession=='undefined' || isBackground()">
- <img id="img-$index" image-spinner-src="img/pausevideo.png"
+ <img id="img-{{$index}}" image-spinner-src="img/pausevideo.png"
style="width: 100% !important;height: auto !important;" />
</div>
</div>