X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fbc431f4646ae7086956e0b05074a603e7861176..0f727ece17c09c975526d61b04c7ff13965b90e0:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index d6a0fe8a3..d540836d7 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -166,6 +166,10 @@ el.style.height = new_height + 'px'; } map.updateSize(); + el.style.display = 'none'; + setTimeout( function() { + el.style.display = ''; + }, 200 ); } if( ie6 ) {