diff options
Diffstat (limited to 'www/templates')
| -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 60f49707..86f52489 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -13,7 +13,7 @@ <li ng-repeat="slide in slides"> - <img imageonload="finishedLoadingImage($index)" + <img id="hello" imageonload="finishedLoadingImage($index)" image-spinner-src="{{eventBasePath}}{{slide.img}}?rand={{rand}}" image-spinner-loader="lines" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}";/> |
