Fixed: Flags are missing on some country selectors
| | |
| | | ")(?![^<>]*>)(?![^&;]+;)", "gi" |
| | | ), "<strong>$1</strong>" )), |
| | | value: text, |
| | | class: (select.hasClass('flags') ? 'country-' + $(this).val() : $(this).attr('class')), |
| | | class: (select.hasClass('flags') ? 'country-' + $(this).val().toUpperCase() : $(this).attr('class')), |
| | | option: this |
| | | }; |
| | | }) ); |
| | |
| | | jQuery('#php option[value="mod"]').show(); |
| | | jQuery('#php option[value="suphp"]').show(); |
| | | } |
| | | jQuery('#php').change(); |
| | | }); |
| | | } |
| | | |
| | |
| | | } |
| | | options += '<option value="'+key+'"'+phpfastcgiselected+'>'+val+'</option>'; |
| | | }); |
| | | $('#fastcgi_php_version').html(options); |
| | | $('#fastcgi_php_version').html(options).change(); |
| | | }); |
| | | } |
| | | |