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