This commit is contained in:
Aevann1 2022-02-07 14:06:20 +02:00
parent 2221c2847d
commit 4cf44004fe
2 changed files with 2 additions and 1 deletions

View file

@ -306,5 +306,6 @@ function handle_blackjack_action(cid, action) {
xhr.onload = function() {
if (xhr.status == 200) location.reload();
}
xhr.send(form);
}

View file

@ -910,7 +910,7 @@
{% if v %}
<script src="/static/assets/js/marked.js?a=240"></script>
<script src="/static/assets/js/comments_v.js?a=241"></script>
<script src="/static/assets/js/comments_v.js?a=242"></script>
{% endif %}
<script src="/static/assets/js/clipboard.js?a=240"></script>