diff options
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}} |
