Skip to content

Commit

Permalink
V2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasB-NU committed Jun 19, 2024
1 parent acd7a45 commit 2527292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/projectSite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<header>
<h1>ShowMaster - V2.2</h1>
<h1>ShowMaster - V2.3</h1>
</header>
<div id="mytables" class="container"></div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion public/rowSite/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 2527292

Please sign in to comment.