Skip to content

Commit 36a1a3d

Browse files
committed
Reverting to jQuery 'change' method instead of 'on' method
1 parent 1441b2a commit 36a1a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/pages/add_mail_acc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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').on('change',function(evt){
117+
$('#mail_configuration').change(function(evt){
118118
var opt = $(evt.target).find('option:selected');
119119

120120
switch(opt.attr('v_type')){

0 commit comments

Comments
 (0)