start revamp
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user