diff --git a/htdocs/admin/system/perf.php b/htdocs/admin/system/perf.php index 7c22960fca7..de33508fba8 100644 --- a/htdocs/admin/system/perf.php +++ b/htdocs/admin/system/perf.php @@ -281,9 +281,9 @@ jQuery(document).ready(function() { jQuery("#httpcachejsok").show(); jQuery("#httpcachejsko").hide(); } - compjstring=getjsurl.getResponseHeader(\'Content-Encoding\'); - /* alert(\'php:\'+getjsurl.getAllResponseHeaders()); */ - /*alert(\'php:\'+compjsstring);*/ + compjsstring=getjsurl.getResponseHeader(\'Content-Encoding\'); + /* alert(\'js:\'+getjsurl.getAllResponseHeaders()); */ + /*alert(\'js:\'+compjsstring);*/ if (compjsstring == null || (compjsstring.indexOf("gzip") == -1 && compjsstring.indexOf("deflate") == -1)) { jQuery("#httpcompjsok").hide();