diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-23 15:10:02 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-23 15:10:02 -0400 |
| commit | d125f07f6454a74602a12c5f9631b3b210eac116 (patch) | |
| tree | 08e9d289f6b053ac736056d3183778d0f92fdcb4 /www/templates | |
| parent | 416a7ae528bc55297716df9ceb5eb00f8e64f316 (diff) | |
small stuff
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 88c101f0..3878921a 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -28,7 +28,7 @@ <div ng-if="!eventsBeingLoaded"> <ion-list show-delete="eventList.showDelete"> <ion-item force-refresh-images="true" collection-repeat="event in events| filter:search.text | eventListFilter" force-refresh-images=true - item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" > + item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" force-refresh-images="true" > <span style="float:left;margin-top:-18px;background-color:#96281B;color:#fff;font-size:11px;opacity:0.7;border-radius: 0px 0px 5px 5px;"> <i class="ion-calendar"></i> {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}} </span> <span style="float:left;margin-top:-18px;background-color:#fff;color:#888;font-size:11px;opacity:1;"> |
