diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-23 10:58:33 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-23 10:58:33 -0500 |
| commit | 976f50450cf338d03306ec715f6138ca19750d21 (patch) | |
| tree | fd3da84d7744977db204a2843bfe5506747c0251 /www/templates | |
| parent | 3a731c5d48218e403e025f3b91c69ffbb66a0203 (diff) | |
#576 eliminate reload for filters
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 4 | ||||
| -rw-r--r-- | www/templates/moment.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 25ef3e78..afb4c502 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -288,8 +288,8 @@ <div class="bwmode" ng-if="$root.runMode=='lowbw'"> <span translate="kLowBWDisplay"></span> </div> - <ion-pull-up-footer class="zmPullup" on-expand="footerExpand()" on-collapse="footerCollapse()" initial-state="minimized" - default-behavior="expand"> + <ion-pull-up-footer class="zmPullup" on-expand="footerExpand()" on-collapse="footerCollapse()" initial-state="minimized" + default-behavior="expand" state="footerState"> <ion-pull-up-handle width="100" height="25" toggle="ion-chevron-up ion-chevron-down" style="border-radius: 25px 25px 0 0"> <i class="icon ion-chevron-up"></i> </ion-pull-up-handle> diff --git a/www/templates/moment.html b/www/templates/moment.html index da321f16..3ce02627 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -102,7 +102,7 @@ <span style="float:right"> - <button ng-class="moment.Event.pinned? 'button button-small button-icon icon ion-pin assertive': 'button button-small button-icon icon ion-pin'" ng-click="togglePin(moment.Event.Id)"></button> + <button ng-class="moment.Event.pinned? 'button button-small button-icon icon ion-ios-flag assertive': 'button button-small button-icon icon ion-pin'" ng-click="togglePin(moment.Event.Id)"></button> </figcaption> <!--on-tap="showThumbnail(moment.Event.baseURL,moment.Event.MaxScoreFrameId)"--> <figcaption ng-if="showIcons" class="normal-figcaption"> {{moment.Event.humanizeTime}} |
