From 6d579f4f45080e87408574d652ef0c78faaf5e33 Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Thu, 14 Nov 2024 21:05:11 +0100 Subject: [PATCH] Update Hashtags --- index.html | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9e35fe6..5535d63 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@
- +
diff --git a/script.js b/script.js index dd52e78..b04ced6 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,wasjetztzählt".split(',') + currentHasttags = "netzbegruenung,bdk24,wasjetztzählt".split(',') } for (let i = 0; i < currentHashtags.length; i++) {