]> git.openstreetmap.org Git - rails.git/commitdiff
Fix search results display (systemed/iD#1328)
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 18 Apr 2013 22:40:07 +0000 (15:40 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 3 May 2013 17:52:42 +0000 (10:52 -0700)
app/views/site/_id.html.erb

index 8cb7bc8533dbb213e4fc22d1308d387183fa3fe7..5452cc4fe6493882c4569682675c7a88dc7e8533 100644 (file)
@@ -1,5 +1,7 @@
 <% if defined? ID_KEY %>
-  <iframe frameBorder="0" id="id-embed" class="id-embed"></iframe>
+  <div id="map">
+    <iframe frameBorder="0" id="id-embed" class="id-embed"></iframe>
+  </div>
   <script>
     var coord = {};
     <% if @lat && @lon && @zoom -%>