Browse Source

Bugfix Inv delete not working with password protection

pull/1678/head
geronet1 4 months ago
parent
commit
8ae03a443f
  1. 1
      src/web/html/setup.html

1
src/web/html/setup.html

@ -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…
Cancel
Save