get rid of WebRessourceResponse injecting (fix for #437)
- added some kind of splash screen
This commit is contained in:
@ -501,6 +501,11 @@ function boot() {
|
||||
|
||||
window.iitcLoaded = true;
|
||||
window.runHooks('iitcLoaded');
|
||||
|
||||
if (typeof android !== 'undefined' && android && android.iitcLoaded) {
|
||||
android.iitcLoaded();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// this is the minified load.js script that allows us to easily load
|
||||
|
Reference in New Issue
Block a user