]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Merge remote-tracking branch 'upstream/pull/4565'
[rails.git] / app / assets / javascripts / index.js
index 5c7b2d26e9f1e0fd6eb2d1c53a2bd61ce0481584..4f3c414f5b85b207b399f4ed874bee7649e1ea92 100644 (file)
@@ -396,7 +396,7 @@ $(document).ready(function () {
   OSM.router.load();
 
   $(document).on("click", "a", function (e) {
-    if (e.isDefaultPrevented() || e.isPropagationStopped()) {
+    if (e.isDefaultPrevented() || e.isPropagationStopped() || $(e.target).data("turbo")) {
       return;
     }