Commit SteveC's removal of the mappam ads.

This commit is contained in:
Tom Hughes 2007-08-07 17:12:29 +00:00
parent 397db07d65
commit 6c02cd4b5f

View file

@ -42,9 +42,6 @@
<script type="text/javascript" src="/openlayers/OpenLayers.js"></script>
<%= javascript_include_tag 'map.js' %>
<% unless @user %>
<script src="http://www.mappam.com/javascripts/mappam.js" type="text/javascript"></script>
<% end %>
<script type="text/javascript">
<!--
@ -82,14 +79,6 @@
map.events.register("moveend", map, updateLocation);
updateLocation();
<% unless @user %>
if ( window.location.hostname == "www.openstreetmap.org" ) {
mappam.register( map, '10011756636067178496', '1');
} else if( window.location.hostname == "openstreetmap.org" ) {
mappam.register( map, '6738410720121976832', '1');
}
<% end %>
handleResize();
}