summaryrefslogtreecommitdiff
path: root/www/templates/events.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-11-24 10:06:20 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-11-24 10:06:20 -0500
commitf41be55df1d82ac6fa37db89c689e5a689547772 (patch)
tree2cfba1a6784abd5c79347b1356218ace6189f70d /www/templates/events.html
parent0f2c93aacbea4e88100977d0d678337336b2107f (diff)
replace missing frame placeholder
Diffstat (limited to 'www/templates/events.html')
-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 71522fa0..b2eb416a 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -89,7 +89,7 @@
<img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" on-tap="closeIfOpen(event);openModalWithSnapshot(event)"
- width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" />
+ width="{{event.Event.thumbWidth}}px" height="{{event.Event.thumbHeight}}px" fallback-src="img/frameerror.png" />
</div>