]> git.openstreetmap.org Git - rails.git/commitdiff
Commit SteveC's removal of the mappam ads.
authorTom Hughes <tom@compton.nu>
Tue, 7 Aug 2007 17:12:29 +0000 (17:12 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 7 Aug 2007 17:12:29 +0000 (17:12 +0000)
app/views/site/index.rhtml

index 000df6c1a9eeba13b33b3e88f531832debd76c9c..ea756829e7482a6605fc744c7f78870dcb1b4812 100644 (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">
   <!--
     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();
   }