Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 17ccdaa

Browse files
committed
add cache handle in onExists
1 parent ef40fa3 commit 17ccdaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
httpRequest = new ActiveXObject("Microsoft.XMLHTTP");
527527
}
528528
}
529-
httpRequest.open('HEAD', url, true);
529+
httpRequest.open('HEAD', cacheFix(url,$js.dev,$js.min,'js',$js.cdn), true);
530530
httpRequest.onreadystatechange = function(){
531531
if(httpRequest.readyState==4){
532532
if(httpRequest.status!=404){

0 commit comments

Comments
 (0)