From 001a3610376d2fc314ffdcf48ecdaaf6dcf48d45 Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Wed, 9 Oct 2024 06:33:28 +0200 Subject: [PATCH] Revert "Fix fullscreen mode on iOS/iPadOS" This reverts commit bd1d3a5e2eb34d422f0d710b76985cd8de79ca67. --- config.json | 6 +++--- index.html | 8 ++++++-- script.js | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/config.json b/config.json index 72e3b6f..5de1d01 100644 --- a/config.json +++ b/config.json @@ -5,8 +5,8 @@ "duration": 10, "refreshDuration": 30, "maxAge": 604800, -// "extraCards": [ -// "" -// ], + "extraCards": [ + "" + ], "includeReplies": true } diff --git a/index.html b/index.html index 1cd000c..9e35fe6 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Netzbegrünung Mastowall @@ -38,7 +38,11 @@
- + +
+
+ +
diff --git a/script.js b/script.js index f866e95..dd52e78 100644 --- a/script.js +++ b/script.js @@ -76,9 +76,9 @@ const fetchConfig = async function() { maxAge = 60 * 60 * 24 * 7; duration = 10000; refresh = 30000; -// extraCards = [ -// "
" -// ]; + extraCards = [ + "
" + ]; return "https://gruene.social"; } } @@ -280,7 +280,7 @@ const handleHashtagDisplayClick = function(serverUrl) { const currentHashtags = getUrlParameter('hashtags').split(','); if ( currentHashtags = null ) { - currentHasttags = "netzbegruenung,lpt24".split(',') + currentHasttags = "netzbegruenung,ldk24,wasjetztzählt".split(',') } for (let i = 0; i < currentHashtags.length; i++) {