fix: dont load disk cache in check rewrite

pull/340/head
qkqpttgf 2021-05-25 18:25:29 +08:00 committed by GitHub
parent 0adcec4cf4
commit dec313c0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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){