From 42f865d6331915426801d8bcd7bc469e4ec7ccb0 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 15 Apr 2025 15:55:56 -0700 Subject: [PATCH] update footer year remove old components --- components/footer.html | 2 +- components/is-status.html | 12 ------------ components/nl-status.html | 12 ------------ js/liveChat.js | 2 +- 4 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 components/is-status.html delete mode 100644 components/nl-status.html diff --git a/components/footer.html b/components/footer.html index 0223dba..a6d8d02 100644 --- a/components/footer.html +++ b/components/footer.html @@ -6,7 +6,7 @@ height="30" />

- © 2023-2024 + © 2023-2025 LASTHOURHOSTING.ORG. All rights reserved by shiloh. diff --git a/components/is-status.html b/components/is-status.html deleted file mode 100644 index fa8b00e..0000000 --- a/components/is-status.html +++ /dev/null @@ -1,12 +0,0 @@ -

- - - - - - -
diff --git a/components/nl-status.html b/components/nl-status.html deleted file mode 100644 index 0f10054..0000000 --- a/components/nl-status.html +++ /dev/null @@ -1,12 +0,0 @@ -
- - - - -
diff --git a/js/liveChat.js b/js/liveChat.js index 6269ccc..b5c9622 100644 --- a/js/liveChat.js +++ b/js/liveChat.js @@ -1,5 +1,5 @@ var config = { - matrixServerUrl: "https://matrix-client.matrix.org", + matrixServerUrl: "https://s.shilohcode.com", botId: "@your-help-bot:matrix.org", roomName: "Support Chat", termsUrl: "/terms-of-service",