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++) {