diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-04 10:53:06 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-04 10:53:06 -0500 |
| commit | 5495be9279d5a6dff62d24fd248d9c6c0e47bd30 (patch) | |
| tree | a71531715502655ab27d7191f6a042f0fedf74c3 /www/templates | |
| parent | 80189432a0411b764da6c60cbac8d22d7b1818dc (diff) | |
#570 swipe left for static image
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/moment.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/templates/moment.html b/www/templates/moment.html index b09b3e29..9094559f 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -95,13 +95,10 @@ <button class="button button-small button-icon icon {{moment.Event.icon}}" ng-click="toggleCollapse(moment.Event.MonitorId, moment.Event.Id)"></button>{{moment.Event.collapseCount}} </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="playEvent(moment)" + img-spinner-w="{{moment.Event.width}}" img-spinner-h="{{moment.Event.height}}" image-spinner-loader="lines" on-tap="playEvent(moment)" on-swipe-left="showThumbnail(moment.Event.baseURL,moment.Event.MaxScoreFrameId)" /> - <div ng-if="showIcons" class="normal-subfigcaption" > - - - + <div ng-if="showIcons" class="normal-subfigcaption" > <button ng-class="moment.Event.pinned? 'button button-small button-icon icon ion-ios-flag assertive': 'button button-small button-icon icon ion-pin'" ng-click="togglePin(moment.Event.Id)"></button> </div> |
