Fix search results display (systemed/iD#1328)
This commit is contained in:
parent
55a0ad693d
commit
2fa81de6a9
1 changed files with 3 additions and 1 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue