diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-29 11:50:53 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-29 11:50:53 -0400 |
| commit | 57920cc5d5e96780e13a29c04a577d4c67496aba (patch) | |
| tree | 67b4af499e0594c621f60e9a268363efe44399e7 /www/templates/events.html | |
| parent | ebe04f8fc791413131c37425998be5be4a2ef538 (diff) | |
#709 encorce AUTH_HASH_LOGIN for mobile
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 66291c55..79c0ef8f 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -101,9 +101,12 @@ <div align="right" class="col col-40" ng-if="loginData.enableThumbs" > + <img bg-color="#6C7A89" src="{{constructThumbnail(event)}}" + on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" /> + <!-- <img ng-image-appear no-loader transition-duration="0.3s" animation="fillIn" bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" /> - + --> <!--<p>{{event.Event.thumbWidth}}px*{{event.Event.thumbHeight}}px</p>--> |
