dont load disk cache in check rewrite

pull/340/head
qkqpttgf 2021-05-24 17:29:49 +08:00 committed by GitHub
parent 3498d8862e
commit 5d7b4deeb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ function install()
url += "app.json"; url += "app.json";
//alert(url); //alert(url);
var xhr4 = new XMLHttpRequest(); var xhr4 = new XMLHttpRequest();
xhr4.open("GET", url); xhr4.open("POST", url);
xhr4.setRequestHeader("x-requested-with","XMLHttpRequest"); xhr4.setRequestHeader("x-requested-with","XMLHttpRequest");
xhr4.send(null); xhr4.send(null);
xhr4.onload = function(e){ xhr4.onload = function(e){