Skip to content

Commit

Permalink
fdtgjnsz
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanjacobson committed Oct 19, 2023
1 parent 2cfab14 commit aad94c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions configloader.js

This file was deleted.

2 changes: 1 addition & 1 deletion configutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function doAccessCheck() {
if (!(await server.validate)) {
promptForPassword();
}
advert.src = "https://aidanjacobson.duckdns.org:7777/advertisement/random";
if (location.hash != "#demo") advert.src = "https://aidanjacobson.duckdns.org:7777/advertisement/random";
} else {
promptForPassword();
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<script src="configutils.js"></script>
<script src="script.js"></script>
<script src="configloader.js"></script>
<script src="https://raw.githubusercontent.com/aidanjacobson/configloaderplayground/master/configloader.js"></script>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/3867/3867499.png" />
<title>Stopwatches</title>
Expand Down

0 comments on commit aad94c6

Please sign in to comment.