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; }