diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 15:25:35 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 15:25:35 -0500 |
| commit | ddbdd88eb982cc29ada22d4304e0f2f6cb786658 (patch) | |
| tree | 93f16ea4131d079a6ca7fd42ec1717a27682293c /www/templates/events-modal.html | |
| parent | aed448120b79f19faa8f28343bcc80c819f9139c (diff) | |
image cleanup
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 319f8366..99994380 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -10,7 +10,7 @@ <div style="white-space:nowrap;"> <span ng-repeat="alarm in alarm_images"> <figure class="animated slideInLeft" style="display:inline-block"> - <img ng-src="{{constructFrame(alarm.frameid)}}" fallback-src="img/frameerror.png" style="width: auto; height: auto;max-width: 100%;max-height: 100px" + <img ng-src="{{constructFrame(alarm.frameid)}}" fallback-src="img/noimage.png" style="width: auto; height: auto;max-width: 100%;max-height: 100px" ng-click="changeSnapshot(alarm.frameid)" on-double-tap="closeModal();" /> </figure> </span> |
