From: John Firebaugh Date: Mon, 5 Aug 2013 23:30:45 +0000 (-0700) Subject: Create linkloader iframe in script X-Git-Tag: live~4814 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d4135390acff291f2f2c15d9fb86723ebf4fe755 Create linkloader iframe in script --- diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index cbea58cc1..b257f7fed 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -44,12 +44,21 @@ function remoteEditHandler(bbox, select) { }; if (select) query.select = select; - $("#linkloader") + + var iframe = $(' -
<% if map.instance_of? Changeset or (map.instance_of? Node and map.version > 1) or map.visible? %> diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 721fd18ed..73e1382d3 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -19,9 +19,6 @@
- -