X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/628eea2b97d6a0185a17673c48eeb3e35c333493..dd4406ed41653a6b3c2b2adeda1d524358203498:/app/assets/javascripts/index.js diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index fc8e8ff46..0a11b4899 100644 --- a/app/assets/javascripts/index.js +++ b/app/assets/javascripts/index.js @@ -357,7 +357,7 @@ $(document).ready(function () { $(".routing").show(); $(".query_wrapper.routing [name=route_from]").focus(); $("#map").on('dragend dragover',function(e) { e.preventDefault(); }); - $("#map").on('drop',function(e) { OSM.routing.handleDrop(e); }); + $("#map").on('drop',function(e) { OSM.routing.handleDrop(e); e.preventDefault(); }); $(".routing_marker").on('dragstart',function(e) { e.originalEvent.dataTransfer.effectAllowed = 'move'; e.originalEvent.dataTransfer.setData('id', this.id);