mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Added encrypted backup support to web gui.
This commit is contained in:
parent
100ada27f8
commit
899a279ca8
1 changed files with 2 additions and 1 deletions
|
|
@ -249,8 +249,9 @@ L.ui.view.extend({
|
||||||
|
|
||||||
form.find('[name=sessionid]').val(L.globals.sid);
|
form.find('[name=sessionid]').val(L.globals.sid);
|
||||||
form.find('[name=password]').val(password);
|
form.find('[name=password]').val(password);
|
||||||
form.find('[name=password2]').val(password2);
|
|
||||||
form.submit();
|
form.submit();
|
||||||
|
|
||||||
|
L.ui.dialog(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue