mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Do not go back to page 1 when deleting an item.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -313,7 +313,7 @@ function deleteGroup() {
|
||||
table
|
||||
.row(tr)
|
||||
.remove()
|
||||
.draw();
|
||||
.draw(false);
|
||||
} else {
|
||||
showAlert(
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user