Skip to content
Snippets Groups Projects
Commit 601de7a3 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Test not working

parent 019c86df
Branches
Tags
No related merge requests found
...@@ -281,9 +281,9 @@ jQuery(document).ready(function() { ...@@ -281,9 +281,9 @@ jQuery(document).ready(function() {
jQuery("#httpcachejsok").show(); jQuery("#httpcachejsok").show();
jQuery("#httpcachejsko").hide(); jQuery("#httpcachejsko").hide();
} }
compjstring=getjsurl.getResponseHeader(\'Content-Encoding\'); compjsstring=getjsurl.getResponseHeader(\'Content-Encoding\');
/* alert(\'php:\'+getjsurl.getAllResponseHeaders()); */ /* alert(\'js:\'+getjsurl.getAllResponseHeaders()); */
/*alert(\'php:\'+compjsstring);*/ /*alert(\'js:\'+compjsstring);*/
if (compjsstring == null || (compjsstring.indexOf("gzip") == -1 && compjsstring.indexOf("deflate") == -1)) if (compjsstring == null || (compjsstring.indexOf("gzip") == -1 && compjsstring.indexOf("deflate") == -1))
{ {
jQuery("#httpcompjsok").hide(); jQuery("#httpcompjsok").hide();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment