diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-05 20:08:53 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-05 20:08:53 -0400 |
| commit | 012f7013e2fa1641d7173b7016299fcae347dff2 (patch) | |
| tree | 78b44f8d0db00fe026e771fa30a09ed26198e28e /www/templates/timeline.html | |
| parent | 4d531e2f8fc48ac8ee25e40b7548bbe202ceb709 (diff) | |
dynamic update on/off is now persistent #356
Diffstat (limited to 'www/templates/timeline.html')
| -rw-r--r-- | www/templates/timeline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html index 06738e1a..ab9d8030 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -35,7 +35,7 @@ <br/> <div style="padding-left:15px; font-size:10px; color:grey"> <button ng-click="toggleFollowTime()" ng-class="follow.time? 'button button-small button-balanced':'button button-small button-assertive'"> - {{'kUpdateTimeline' | translate}}:{{ follow.time}} + {{'kUpdateTimeline' | translate}}: {{follow.time}} </button> <div ng-if="follow.time"> <p>{{newEvents}}</p> |
