Show account selection only for MAIL task.
Optimize JS scripts.
This commit is contained in:
10
ident_switch-form.js
Normal file
10
ident_switch-form.js
Normal 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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user