Update hashtag
This commit is contained in:
parent
bd1d3a5e2e
commit
dbf57bea46
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ $(document).ready(async function() {
|
|||
|
||||
let hashtags = getUrlParameter('hashtags');
|
||||
if ( hashtags == '' ) {
|
||||
hashtags = "netzbegruenung,ldk24,wasjetztzählt";
|
||||
hashtags = "netzbegruenung,lptsh,wasjetztzählt";
|
||||
}
|
||||
const hashtagsArray = hashtags ? hashtags.split(',') : [];
|
||||
const serverUrl = getUrlParameter('server') || defaultServerUrl;
|
||||
|
|
Loading…
Reference in a new issue