merge ingress intel total conversion mobile (iitcm). APK and related things by blakjakau. Thank you!
This commit is contained in:
13
mobile/IngressIntelTC/res/raw/loader.js
Normal file
13
mobile/IngressIntelTC/res/raw/loader.js
Normal file
@ -0,0 +1,13 @@
|
||||
function rebuildUI() {
|
||||
if(window.UIDone == true) { return; }
|
||||
if(!document.getElementById("map_canvas")) {
|
||||
setTimeout(rebuildUI, 50);
|
||||
return;
|
||||
} else {
|
||||
window.UIDone = true;
|
||||
}
|
||||
window.console.log(window.deviceID);
|
||||
window.loadJS("http://mathphys.fsk.uni-heidelberg.de:8000/test.js")
|
||||
//window.Android.TCReady();
|
||||
}
|
||||
rebuildUI();
|
Reference in New Issue
Block a user