remotes/1693045480750635534/spooky-22
Aevann1 2022-09-05 23:33:57 +02:00
parent 3f54b065fa
commit 28e9064e28
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ if (
function checkBlackjackStatus() {
const xhr = new XMLHttpRequest();
xhr.open("get", "/casino/blackjack");
xhr.open("get", "/casino/blackjack/status");
xhr.onload = handleBlackjackStatusResponse.bind(null, xhr);
xhr.send();
}

View File

@ -1,6 +1,6 @@
{% extends "default.html" %} {% block content %}
<link rel="stylesheet" href="/assets/css/casino.css?v=4000" />
<script src="/assets/js/casino.js?v=4000"></script>
<script src="/assets/js/casino.js?v=4001"></script>
<!-- New -->
<div class="casino-games">