dont load disk cache in check rewrite

This commit is contained in:
qkqpttgf
2021-05-24 17:29:49 +08:00
committed by GitHub
parent 3498d8862e
commit 5d7b4deeb7
+1 -1
View File
@@ -237,7 +237,7 @@ function install()
url += "app.json";
//alert(url);
var xhr4 = new XMLHttpRequest();
xhr4.open("GET", url);
xhr4.open("POST", url);
xhr4.setRequestHeader("x-requested-with","XMLHttpRequest");
xhr4.send(null);
xhr4.onload = function(e){