Update Hashtags
This commit is contained in:
parent
001a361037
commit
6d579f4f45
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="hashtag2">Hashtag 2:</label>
|
<label for="hashtag2">Hashtag 2:</label>
|
||||||
<input type="text" class="form-control" id="hashtag2" placeholder="Enter a hashtag" value="ldk24">
|
<input type="text" class="form-control" id="hashtag2" placeholder="Enter a hashtag" value="bdk24">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="hashtag3">Hashtag 3:</label>
|
<label for="hashtag3">Hashtag 3:</label>
|
||||||
|
|
|
@ -280,7 +280,7 @@ const handleHashtagDisplayClick = function(serverUrl) {
|
||||||
|
|
||||||
const currentHashtags = getUrlParameter('hashtags').split(',');
|
const currentHashtags = getUrlParameter('hashtags').split(',');
|
||||||
if ( currentHashtags = null ) {
|
if ( currentHashtags = null ) {
|
||||||
currentHasttags = "netzbegruenung,ldk24,wasjetztzählt".split(',')
|
currentHasttags = "netzbegruenung,bdk24,wasjetztzählt".split(',')
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let i = 0; i < currentHashtags.length; i++) {
|
for (let i = 0; i < currentHashtags.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue