Skip to content

Commit

Permalink
fix previous
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Dec 2, 2023
1 parent 57339c7 commit 5df99a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/api_url.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(`<link rel="preconnect" href="https://${new URL(__api__base).hostname}">`);
document.head.prepend(`<link rel="preconnect" href="https://${new URL(__api__base).hostname}"/>`);
// 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
Expand Down
2 changes: 1 addition & 1 deletion js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let footer = `
<p><i>CoRT is a free and open source website, feel free to check out its
<a href="https://github.com/mascaldotfr/CoRT" target="_blank">source code</a>, and report
<a href="https://github.com/mascaldotfr/CoRT/wiki/Bug-reports" target="_blank">bugs</a>.
<!--VERSION-->Version: 20231202.161644
<!--VERSION-->Version: 20231202.162446
</i></p>
`;

Expand Down

0 comments on commit 5df99a7

Please sign in to comment.