diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-03 14:59:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-03 14:59:25 -0400 |
| commit | 2679930d1e5b38075801d5ecdb89f20deca2935d (patch) | |
| tree | f46bcd9177007ee7e1d23a8df437e3adb7f6adb3 /www/templates/montage-history.html | |
| parent | d782a970f2b9528fe336f03bc9b5bf922797e556 (diff) | |
take out scroll sista - its a mess
Diffstat (limited to 'www/templates/montage-history.html')
| -rw-r--r-- | www/templates/montage-history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index cc2840e7..6fe47bd3 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -12,7 +12,7 @@ <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> </ion-nav-buttons> - <ion-content scroll-sista has-bouncing="false" style="background-color:#444444" delegate-handle="none" overflow-scroll="false" + <ion-content has-bouncing="false" style="background-color:#444444" delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll> <div class="timeline_text"> {{'kFrom' | translate}}:{{prettifyDateTimeFirst(datetimeValueFrom.value)}} ({{humanizeTime(datetimeValueFrom.value)}}) <div ng-if="!isMultiPort">({{'kChromeMax' | translate}})</div> |
