From 5df99a7d02eecd76612e0141972bbcfe850ce21e Mon Sep 17 00:00:00 2001 From: mascal <116852972+mascaldotfr@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:24:46 +0100 Subject: [PATCH] fix previous --- js/api_url.js | 2 +- js/menu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/api_url.js b/js/api_url.js index 5e0c8c1..a3d1e81 100644 --- a/js/api_url.js +++ b/js/api_url.js @@ -7,7 +7,7 @@ // The root where all API files can be found const __api__base = "https://hail.thebus.top/CoRT"; // Preload for faster API fetches on far away clients -document.head.prepend(``); +document.head.prepend(``); // Used by the trainer to filter setup submissions const __api__frontsite = "https://mascaldotfr.github.io"; // Subdirectory where the HTML/JS/CSS/etc. files are placed, relative to your diff --git a/js/menu.js b/js/menu.js index 0450881..0ba3bd8 100644 --- a/js/menu.js +++ b/js/menu.js @@ -28,7 +28,7 @@ let footer = `

CoRT is a free and open source website, feel free to check out its source code, and report bugs. - Version: 20231202.161644 + Version: 20231202.162446

`;