mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-08 00:00:49 +02:00
Buttons list didn't work as well
This commit is contained in:
@ -92,7 +92,7 @@
|
||||
})
|
||||
.done(function() {
|
||||
addMsg('Invité supprimé','success');
|
||||
$("#guests_table").load(location.href + " #guests_table");
|
||||
$("#guests_table").load(location.pathname + " #guests_table");
|
||||
})
|
||||
.fail(function(xhr, textStatus, error) {
|
||||
errMsg(xhr.responseJSON);
|
||||
|
Reference in New Issue
Block a user