ftimme
2012-10-19 1ef48604d2474dfbfe23645f5fa5bb0b5ea0fadc
- Removed doubled lines from web_domain_edit.htm template.
1 files modified
2 ■■■■■ changed files
interface/web/sites/templates/web_domain_edit.htm 2 ●●●●● patch | view | raw | blame | history
interface/web/sites/templates/web_domain_edit.htm
@@ -193,14 +193,12 @@
            if(data.servertype == "nginx"){
                var selected = jQuery('#php').val();
                jQuery('.apache').hide();
                jQuery('.apache').hide();
                jQuery('#php option[value="fast-cgi"]').hide();
                jQuery('#php option[value="cgi"]').hide();
                jQuery('#php option[value="mod"]').hide();
                jQuery('#php option[value="suphp"]').hide();
                if(selected != "no" && selected != "php-fpm") jQuery('#php option[value="php-fpm"]').attr('selected', 'selected');
            } else {
                jQuery('.apache').show();
                jQuery('.apache').show();
                jQuery('#php option[value="fast-cgi"]').show();
                jQuery('#php option[value="cgi"]').show();