try fix some platform disable visit file start with .
parent
7e952b39be
commit
1d7d667220
|
@ -184,7 +184,7 @@ function install()
|
||||||
//if (location.port!="") url += ":" + location.port;
|
//if (location.port!="") url += ":" + location.port;
|
||||||
url += location.pathname;
|
url += location.pathname;
|
||||||
if (url.substr(-1)!="/") url += "/";
|
if (url.substr(-1)!="/") url += "/";
|
||||||
url += ".data/config.php";
|
url += "app.json";
|
||||||
//alert(url);
|
//alert(url);
|
||||||
var xhr4 = new XMLHttpRequest();
|
var xhr4 = new XMLHttpRequest();
|
||||||
xhr4.open("GET", url);
|
xhr4.open("GET", url);
|
||||||
|
|
Loading…
Reference in New Issue