X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/250bb47cc2723c7af6fac0a6e9e900c1a50f9292..33b5af5c858357ee5336484b3a5a975aa256d90d:/app/views/site/id.html.erb diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index 075e70b74..80332e887 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -36,6 +36,7 @@ }); id.map().on('move.embed', parent.$.throttle(250, function() { + if (id.inIntro()) return; var zoom = ~~id.map().zoom(), center = id.map().center(), llz = { lon: center[0], lat: center[1], zoom: zoom };