From 318f5f8912001fac0941c546a19814b4fa462dbd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 8 Nov 2019 11:00:03 -0500 Subject: allow vertical scrolling in timeline, also handle touches if on moble --- www/templates/timeline.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/templates') diff --git a/www/templates/timeline.html b/www/templates/timeline.html index 0a0d399f..73a6c7c5 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -19,7 +19,7 @@
- {{prettify(fromDate)}} - {{prettify(toDate)}}  {{tzAbbr}}  ({{'kTimelineOnlyDisplaying1' | + {{prettify(fromDate)}} - {{prettify(toDate)}}  {{tzAbbr}}  ({{'kTimelineOnlyDisplaying1' | translate:translationData}})
{{timelineControls}}
@@ -33,10 +33,10 @@
-
+
-
+
@@ -47,7 +47,7 @@ {{'kNow' | translate}}
-

{{newEvents}}

+

{{newEvents}}



-- cgit v1.2.3