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/events.html | |
| parent | 3a731c5d48218e403e025f3b91c69ffbb66a0203 (diff) | |
#576 eliminate reload for filters
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 4 |
1 files changed, 2 insertions, 2 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> |
