未验证 提交 5d7b4dee 编写于 作者: Q qkqpttgf 提交者: GitHub

dont load disk cache in check rewrite

上级 3498d886
...@@ -237,7 +237,7 @@ function install() ...@@ -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){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册