From 2527292973e6d9a3e08f8c8ebde6fcabf9ddcaa1 Mon Sep 17 00:00:00 2001 From: Elias Braun Date: Wed, 19 Jun 2024 23:49:42 +0200 Subject: [PATCH] V2.3 --- public/projectSite/index.html | 2 +- public/rowSite/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/projectSite/index.html b/public/projectSite/index.html index 4ad6571..8294f19 100644 --- a/public/projectSite/index.html +++ b/public/projectSite/index.html @@ -8,7 +8,7 @@
-

ShowMaster - V2.2

+

ShowMaster - V2.3

diff --git a/public/rowSite/script.js b/public/rowSite/script.js index 6386339..f00556b 100644 --- a/public/rowSite/script.js +++ b/public/rowSite/script.js @@ -12,7 +12,7 @@ console.log(cleanURL); document.addEventListener("DOMContentLoaded", () => { const headlineElement = document.getElementById('headline'); - headlineElement.textContent = 'ShowMaster - V3 | '+cleanURL; + headlineElement.textContent = 'ShowMaster - V2.3 | '+cleanURL; const ws = new WebSocket('/ws');