Reload only changeset element subpages
This commit is contained in:
parent
fee3a08368
commit
5add2d7e1d
6 changed files with 71 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue