mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-04 12:45:54 +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() {
|
function del() {
|
||||||
var o = new Object();
|
var o = new Object();
|
||||||
o.cmd = "save_iv";
|
o.cmd = "save_iv";
|
||||||
|
o.token = "*"
|
||||||
o.id = obj.id;
|
o.id = obj.id;
|
||||||
o.ser = 0;
|
o.ser = 0;
|
||||||
o.name = "";
|
o.name = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue