]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Improve styling of notes popups
[rails.git] / app / assets / javascripts / index.js
index e18c89536b74b56bd67991cf26ecdf94897da568..c0decd6a6ce9a9af8e3bdc0a3eaffd8cae490af8 100644 (file)
@@ -1,6 +1,7 @@
 //= require index/browse
 //= require index/export
 //= require index/key
+//= require index/notes
 
 $(document).ready(function () {
   var marker;
@@ -38,13 +39,6 @@ $(document).ready(function () {
 
   handleResize();
 
-  $("#show_data").click(function (e) {
-    $.ajax({ url: $(this).attr('href'), success: function (sidebarHtml) {
-      startBrowse(sidebarHtml);
-    }});
-    e.preventDefault();
-  });
-
   $("body").on("click", "a.set_position", function () {
     var data = $(this).data();
     var centre = new OpenLayers.LonLat(data.lon, data.lat);