Skip to content

Commit

Permalink
hwsAEDDtgxah j
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanjacobson committed Sep 14, 2023
1 parent c74fe9d commit 2cfab14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async function doAccessCheck() {
if (!(await server.validate)) {
promptForPassword();
}
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 @@ -14,7 +14,7 @@
<div id="displayContainer">
<div id="display">
</div>
<img id="advert" width="830" height="628" src="https://aidanjacobson.duckdns.org:7777/advertisement/random" />
<img id="advert" width="830" height="628" />
</div>
</body>
</html>

0 comments on commit 2cfab14

Please sign in to comment.