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;