Opportunity html
Jump to navigation
Jump to search
| Line 674: | Line 674: | ||
$('#select_countries > option').each(function() { | $('#select_countries > option').each(function() { | ||
| − | if(this.value == $(option).val() | + | if(this.value == $(option).val()) { |
| − | + | if( this.attr('id') != $(option).attr('id')) { | |
| + | this.removeAttr('selected'); | ||
| + | } | ||
} | } | ||
Revision as of 14:51, 8 March 2020