Showing a nice message for browsers with javascript disabled. closes #36
This commit is contained in:
parent
e62eacd8d3
commit
1f59ad76ef
2 changed files with 11 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
<%= render :partial => 'key' %>
|
||||
<%= render :partial => 'search' %>
|
||||
|
||||
<noscript><div id="noscript"><p>You are either using a browser that doesn't support javascript, or you have disabled javascript.</p>
|
||||
<p>OpenStreetMap uses javascript for its slippy map.</p>
|
||||
<p>Try the <a href="http://tah.openstreetmap.org/Browse/">OpenStreetMap static tile browser</a>.</p></div></noscript>
|
||||
|
||||
<div id="map">
|
||||
<div id="permalink"><a href="/" id="permalinkanchor">Permalink</a></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue