Fix identity form.

Closes #22.
This commit is contained in:
Boris Gulay
2018-03-17 22:10:00 +03:00
parent 8a8bca1ae5
commit c28305509f
2 changed files with 50 additions and 25 deletions

View File

@@ -15,13 +15,12 @@ $(function() {
break;
}
if (isOk) {
if (isOk)
$sw.show();
$("INPUT[name='_ident_switch.form.enabled']").change();
$("SELECT[name='_ident_switch.form.secure']").change();
plugin_switchIdent_processPreconfig();
}
$("INPUT[name='_ident_switch.form.enabled']").change();
$("SELECT[name='_ident_switch.form.secure']").change();
plugin_switchIdent_processPreconfig();
});
function plugin_switchIdent_addCbLarry($sw) {