X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8568c93703734577c9c49759d1fd9f8c075650be..bd2e999756de84c91593c693fcbef47778936a65:/app/assets/javascripts/application.js diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 4e202ad00..132b69fc5 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -20,39 +20,6 @@ var querystring = require('querystring-component'); -function remoteEditHandler(bbox, object) { - var loaded = false, - url = document.location.protocol === "https:" ? - "https://127.0.0.1:8112/load_and_zoom?" : - "http://127.0.0.1:8111/load_and_zoom?", - query = { - left: bbox.getWest() - 0.0001, - top: bbox.getNorth() + 0.0001, - right: bbox.getEast() + 0.0001, - bottom: bbox.getSouth() - 0.0001 - }; - - if (object) query.select = object.type + object.id; - - var iframe = $('