Typo fix at mail credentials block

This commit is contained in:
dpeca 2016-11-22 11:28:57 +01:00
commit 1441b2aa9c
4 changed files with 4 additions and 4 deletions

View file

@ -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')){

View file

@ -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'));