fix: dont load disk cache in check rewrite

This commit is contained in:
qkqpttgf
2021-05-25 18:25:29 +08:00
committed by GitHub
parent 0adcec4cf4
commit dec313c0c7
+2 -2
View File
@@ -235,9 +235,9 @@ function install()
url += location.pathname;
if (url.substr(-1)!="/") url += "/";
url += "app.json";
//alert(url);
url += "?" + Date.now();
var xhr4 = new XMLHttpRequest();
xhr4.open("POST", url);
xhr4.open("GET", url);
xhr4.setRequestHeader("x-requested-with","XMLHttpRequest");
xhr4.send(null);
xhr4.onload = function(e){