X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59ac72b2137cbe8bf7333948b641e6e339de3bb1..427836b5a6c0277d4affab1d456b18e719cd7a0b:/app/assets/javascripts/osm.js.erb diff --git a/app/assets/javascripts/osm.js.erb b/app/assets/javascripts/osm.js.erb index 352f5d48c..89f14caee 100644 --- a/app/assets/javascripts/osm.js.erb +++ b/app/assets/javascripts/osm.js.erb @@ -35,8 +35,6 @@ OSM = { OPEN_NOTE_MARKER: <%= image_path("open_note_marker.png").to_json %>, CLOSED_NOTE_MARKER: <%= image_path("closed_note_marker.png").to_json %>, - SEARCHING: <%= image_path("searching.gif").to_json %>, - apiUrl: function (object) { var apiType = object.type === "note" ? "notes" : object.type; var url = "/api/" + OSM.API_VERSION + "/" + apiType + "/" + object.id;