From 899a279ca88ee0aaeb8ed45815b07b180de84583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schr=C3=B6der?= Date: Fri, 17 Apr 2015 10:45:20 +0200 Subject: [PATCH] Added encrypted backup support to web gui. --- luci2/luci2/htdocs/luci2/view/system.upgrade.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/luci2/luci2/htdocs/luci2/view/system.upgrade.js b/luci2/luci2/htdocs/luci2/view/system.upgrade.js index d5f24ff3b..98ca58e0f 100644 --- a/luci2/luci2/htdocs/luci2/view/system.upgrade.js +++ b/luci2/luci2/htdocs/luci2/view/system.upgrade.js @@ -249,8 +249,9 @@ L.ui.view.extend({ form.find('[name=sessionid]').val(L.globals.sid); form.find('[name=password]').val(password); - form.find('[name=password2]').val(password2); form.submit(); + + L.ui.dialog(false); } } );