mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
Bugfix Inv delete not working with password protection
This commit is contained in:
parent
d4d97dc795
commit
8ae03a443f
1 changed files with 1 additions and 0 deletions
|
@ -954,6 +954,7 @@
|
|||
function del() {
|
||||
var o = new Object();
|
||||
o.cmd = "save_iv";
|
||||
o.token = "*"
|
||||
o.id = obj.id;
|
||||
o.ser = 0;
|
||||
o.name = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue