summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-21 20:10:28 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-21 20:10:28 -0400
commitaac1f8e7a84cf5e4f0603ef66433b91008365300 (patch)
tree3f76110ae3d3e81fa299b20516d15fdeb9aab713 /www/templates
parent159c64886c10a25565353016f6190eb1f36259fb (diff)
#614 same behavior for event thumbnail
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index fd7de60e..8d855e81 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -103,7 +103,7 @@
<img ng-image-appear transition-duration="0.3s" animation="fillIn" bg-color="#6C7A89" width="{{event.Event.thumbWidth}}px"
height="{{event.Event.thumbHeight}}px" ng-src="{{event.Event.baseURL}}/index.php?view=image&fid={{event.Event.MaxScoreFrameId}}&width={{event.Event.thumbWidth*2}}&height={{event.Event.thumbHeight*2}}"
- on-tap="showThumbnail(event.Event.baseURL,event.Event.MaxScoreFrameId)" />
+ on-tap="closeIfOpen(event);openModalWithSnapshot(event)" />
<!--<p>{{event.Event.thumbWidth}}px*{{event.Event.thumbHeight}}px</p>-->