summaryrefslogtreecommitdiff
path: root/www/templates/moment.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/moment.html')
-rw-r--r--www/templates/moment.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/moment.html b/www/templates/moment.html
index 12cc2c95..bdd64b6a 100644
--- a/www/templates/moment.html
+++ b/www/templates/moment.html
@@ -69,7 +69,8 @@
<figcaption class="normal-figheader">{{moment.Event.monitorName}}<span style="float:right"><button class="button button-small button-icon icon {{moment.Event.icon}}" ng-click="toggleCollapse(moment.Event.MonitorId, moment.Event.Id, $index)"></button>{{moment.Event.collapseCount}}&nbsp;</span></figcaption>
<img image-spinner-src="{{moment.Event.baseURL}}/index.php?view=image&fid={{moment.Event.MaxScoreFrameId}}&width={{moment.Event.thumbWidth*2}}&height={{moment.Event.thumbHeight*2}}" img-spinner-w="{{moment.Event.width}}"
img-spinner-h="{{moment.Event.height}}" image-spinner-loader="lines"
- on-tap="showThumbnail(moment.Event.baseURL,moment.Event.MaxScoreFrameId)"/>
+ on-tap="playEvent(moment)"/>
+ <!--on-tap="showThumbnail(moment.Event.baseURL,moment.Event.MaxScoreFrameId)"-->
<figcaption class="normal-figcaption">{{moment.Event.humanizeTime}}<span style="float:right">{{hourmin(moment.Event.StartTime)}}</span></figcaption>
</figure>