add workaround for #129 and see if that "solves" the issue
This commit is contained in:
parent
f1467dd1e9
commit
6a5759f06c
@ -272,6 +272,9 @@ function boot() {
|
|||||||
if(window.bootPlugins)
|
if(window.bootPlugins)
|
||||||
$.each(window.bootPlugins, function(ind, ref) { ref(); });
|
$.each(window.bootPlugins, function(ind, ref) { ref(); });
|
||||||
|
|
||||||
|
// workaround for #129. Not sure why this is required.
|
||||||
|
setTimeout('window.map.invalidateSize(false);', 500);
|
||||||
|
|
||||||
window.iitcLoaded = true;
|
window.iitcLoaded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user