summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
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 1a964f6c..744474b0 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -98,7 +98,7 @@
<!-- <br/> Default video:{{event.Event.relativePath}}{{event.Event.DefaultVideo}}-->
</div>
</div> <!-- col-->
- <div class="col">
+ <div ng-if="loginData.eventViewThumbs!='none'" class="col">
<div ng-if="loginData.eventViewThumbs!='none'"
ng-class="::{'largeThumbs': thumbClass=='large', 'smallThumbs': thumbClass=='small'}">
<img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}"