We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1441b2a commit 36a1a3dCopy full SHA for 36a1a3d
web/js/pages/add_mail_acc.js
@@ -114,7 +114,7 @@ $(document).ready(function() {
114
$('#v_password').text(Array($('input[name=v_password]').val().length+1).join('*'));
115
});
116
117
- $('#mail_configuration').on('change',function(evt){
+ $('#mail_configuration').change(function(evt){
118
var opt = $(evt.target).find('option:selected');
119
120
switch(opt.attr('v_type')){
0 commit comments