File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ $(document).ready(function() {
114114 $ ( '#v_password' ) . text ( Array ( $ ( 'input[name=v_password]' ) . val ( ) . length + 1 ) . join ( '*' ) ) ;
115115 } ) ;
116116
117- $ ( '#mail_configuration' ) . change ( function ( evt ) {
117+ $ ( '#mail_configuration' ) . on ( 'change' , function ( evt ) {
118118 var opt = $ ( evt . target ) . find ( 'option:selected' ) ;
119119
120120 switch ( opt . attr ( 'v_type' ) ) {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ $(document).ready(function() {
135135 $ ( '#td_smtp_port' ) . html ( '465' ) ;
136136 $ ( '#td_smtp_encryption' ) . html ( 'SSL' ) ;
137137 break ;
138- case 'no_encriptyon ' :
138+ case 'no_encryption ' :
139139 $ ( '#td_imap_hostname' ) . html ( opt . attr ( 'domain' ) ) ;
140140 $ ( '#td_smtp_hostname' ) . html ( opt . attr ( 'domain' ) ) ;
141141
Original file line number Diff line number Diff line change 140140 < option v_type ="hostname " domain ="<?=$v_domain?> "> < ?=__('Use domain hostname')?> </ option >
141141 < option v_type ="starttls "> < ?=__('Use STARTTLS')?> </ option >
142142 < option v_type ="ssl "> < ?=__('Use SSL')?> </ option >
143- < option v_type ="no_encryption " domain ="<?=$v_domain?> " encryption ="<?=__('No encryption')?> "> < ?=__('No encryption')?> </ option >
143+ < option v_type ="no_encryption " domain ="<?=$v_domain?> " no_encryption ="<?=__('No encryption')?> "> < ?=__('No encryption')?> </ option >
144144 </ select >
145145 </ td >
146146 </ tr >
Original file line number Diff line number Diff line change 149149 < option v_type ="hostname " domain ="<?=$v_domain?> "> < ?=__('Use domain hostname')?> </ option >
150150 < option v_type ="starttls "> < ?=__('Use STARTTLS')?> </ option >
151151 < option v_type ="ssl "> < ?=__('Use SSL')?> </ option >
152- < option v_type ="no_encryption " domain ="<?=$v_domain?> " encryption ="<?=__('No encryption')?> "> < ?=__('No encryption')?> </ option >
152+ < option v_type ="no_encryption " domain ="<?=$v_domain?> " no_encryption ="<?=__('No encryption')?> "> < ?=__('No encryption')?> </ option >
153153 </ select >
154154 </ td >
155155 </ tr >
You can’t perform that action at this time.
0 commit comments