From f6e29ecfbcfda7a52f9eb0f98b822d839c2c72fe Mon Sep 17 00:00:00 2001 From: nak Date: Thu, 19 Mar 2026 02:36:39 +0000 Subject: [PATCH] Remove 'confirm' on delete --- tablet/poker-admin-icon.svg | 4 ++-- tablet/poker-admin.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tablet/poker-admin-icon.svg b/tablet/poker-admin-icon.svg index a525e42..bea3d5e 100644 --- a/tablet/poker-admin-icon.svg +++ b/tablet/poker-admin-icon.svg @@ -1,6 +1,6 @@ - - \ No newline at end of file + diff --git a/tablet/poker-admin.html b/tablet/poker-admin.html index 76e3570..bf84c2c 100644 --- a/tablet/poker-admin.html +++ b/tablet/poker-admin.html @@ -487,7 +487,6 @@ function renderTables(tables) { } function deleteTable(id) { - if (!confirm("Delete table " + id + "? Seated players will be refunded.")) return; ensureSession(function(err) { if (err) { setStatus(err, "error"); return; }