Reload only changeset element subpages

This commit is contained in:
Anton Khorev 2024-03-06 15:55:37 +03:00
parent fee3a08368
commit 5add2d7e1d
6 changed files with 71 additions and 21 deletions

View 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;
}