start revamp

This commit is contained in:
shoopea
2024-10-29 20:15:00 +01:00
parent 7b44b540e1
commit c96cf2e93e
13 changed files with 368 additions and 149 deletions

View File

@@ -154,12 +154,6 @@ $(document).ready(function () {
}
});
$('#knife_start').on('click', function () {
if (confirm("Are you sure you want to start the knife round?")) {
send_post_request('/api/start-knife');
}
});
$('#swap_team').on('click', function () {
if (confirm("Are you sure you want to swap teams?")) {
send_post_request('/api/swap-team');