Add gruene.social to title
This commit is contained in:
parent
9cab9e8b1c
commit
191dc33e28
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"navbarBrandText": "Netzbegrünung Mastowall",
|
||||
"navbarBrandText": "Netzbegrünung Mastowall - gruene.social",
|
||||
"defaultServerUrl": "https://gruene.social",
|
||||
"navbarColor": "#008939",
|
||||
"duration": 10,
|
||||
|
|
|
@ -70,7 +70,7 @@ const fetchConfig = async function() {
|
|||
return config.defaultServerUrl;
|
||||
} catch (error) {
|
||||
console.log("Error loading config.json:", error);
|
||||
$('#navbar-brand').text("Netzbegrünung Mastowall");
|
||||
$('#navbar-brand').text("Netzbegrünung Mastowall - gruene.social");
|
||||
$('.navbar').css('background-color', "#008939");
|
||||
includeReplies = true;
|
||||
maxAge = 60 * 60 * 24 * 7;
|
||||
|
|
Loading…
Reference in a new issue