Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
cf89a8e96a
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user