From 5099cd92a52f57b2b4f81e65ca0501d218546775 Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Sun, 21 Jan 2024 11:42:57 +0100 Subject: [PATCH] =?UTF-8?q?Hashtag=20#wasjetztz=C3=A4hlt=20hinzugef=C3=BCg?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- script.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 84629c4..9e35fe6 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@
- +
diff --git a/script.js b/script.js index 4b690db..d448cbb 100644 --- a/script.js +++ b/script.js @@ -280,7 +280,7 @@ const handleHashtagDisplayClick = function(serverUrl) { const currentHashtags = getUrlParameter('hashtags').split(','); if ( currentHashtags = null ) { - currentHasttags = "netzbegruenung,ldk24".split(',') + currentHasttags = "netzbegruenung,ldk24,wasjetztzählt".split(',') } for (let i = 0; i < currentHashtags.length; i++) { @@ -331,7 +331,7 @@ $(document).ready(async function() { let hashtags = getUrlParameter('hashtags'); if ( hashtags == '' ) { - hashtags = "netzbegruenung,ldk24"; + hashtags = "netzbegruenung,ldk24,wasjetztzählt"; } const hashtagsArray = hashtags ? hashtags.split(',') : []; const serverUrl = getUrlParameter('server') || defaultServerUrl;