From 191dc33e28e59676c1db260d313298367de8ef04 Mon Sep 17 00:00:00 2001 From: "Max L." Date: Thu, 23 Nov 2023 20:48:46 +0100 Subject: [PATCH] Add gruene.social to title --- config.json | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index e64a597..251cbb0 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "navbarBrandText": "Netzbegrünung Mastowall", + "navbarBrandText": "Netzbegrünung Mastowall - gruene.social", "defaultServerUrl": "https://gruene.social", "navbarColor": "#008939", "duration": 10, diff --git a/script.js b/script.js index d79e7d4..37a2d0c 100644 --- a/script.js +++ b/script.js @@ -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;