Show account selection only for MAIL task.

Optimize JS scripts.
This commit is contained in:
Boris Gulay
2018-03-17 22:34:45 +03:00
parent c28305509f
commit 8b2798e412
5 changed files with 40 additions and 15 deletions

10
ident_switch-form.js Normal file
View File

@@ -0,0 +1,10 @@
/*
* This is part of identity_imap plugin
*/
$(function() {
$("INPUT[name='_ident_switch.form.enabled']").change();
$("SELECT[name='_ident_switch.form.secure']").change();
plugin_switchIdent_processPreconfig();
});