mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -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')){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue