add workaround for #129 and see if that "solves" the issue

This commit is contained in:
Stefan Breunig 2013-02-15 16:23:31 +01:00
parent f1467dd1e9
commit 6a5759f06c

View File

@ -272,6 +272,9 @@ function boot() {
if(window.bootPlugins)
$.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;
}