diff options
Diffstat (limited to 'templates/detail.html')
| -rw-r--r-- | templates/detail.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/detail.html b/templates/detail.html index f8ef21d..03ffe25 100644 --- a/templates/detail.html +++ b/templates/detail.html @@ -6,5 +6,4 @@ <div>{% for property in marker.getProperties %} <p id='{{property.propertymodel.getNamedId}}'>{{ property.value }}</p> {% endfor %}</div> -</div> -<div id='detail_footer'><a href='javascript:hideDetail();'>{% trans "Close" %}</a></div>
\ No newline at end of file +</div>
\ No newline at end of file |
