Merge pull request #252 from Xelio/patch-hook-iitcLoaded
Add 'iitcLoaded' hook to notify that IITC and all plugins loaded.
This commit is contained in:
@ -420,6 +420,7 @@ function boot() {
|
||||
setTimeout('window.map.invalidateSize(false);', 500);
|
||||
|
||||
window.iitcLoaded = true;
|
||||
window.runHooks('iitcLoaded');
|
||||
}
|
||||
|
||||
// this is the minified load.js script that allows us to easily load
|
||||
|
Reference in New Issue
Block a user