mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Typo fix at mail credentials block
This commit is contained in:
parent
32bd7f764f
commit
1441b2aa9c
4 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ $(document).ready(function() {
|
|||
$('#v_password').text(Array($('input[name=v_password]').val().length+1).join('*'));
|
||||
});
|
||||
|
||||
$('#mail_configuration').change(function(evt){
|
||||
$('#mail_configuration').on('change',function(evt){
|
||||
var opt = $(evt.target).find('option:selected');
|
||||
|
||||
switch(opt.attr('v_type')){
|
||||
|
|
|
@ -135,7 +135,7 @@ $(document).ready(function() {
|
|||
$('#td_smtp_port').html('465');
|
||||
$('#td_smtp_encryption').html('SSL');
|
||||
break;
|
||||
case 'no_encriptyon':
|
||||
case 'no_encryption':
|
||||
$('#td_imap_hostname').html(opt.attr('domain'));
|
||||
$('#td_smtp_hostname').html(opt.attr('domain'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue