Skip to content
Snippets Groups Projects
Commit 64c0a6a7 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fehler behoben:

Das JavaScript, um das doppelte Öffnen der Tabs zu verhindern wurde ausgeführt, bevor die Ergebnisse eingefügt wurden
parent 4929e8b9
Branches
No related tags found
No related merge requests found
......@@ -64,6 +64,4 @@ function initMap() {
$(this).blur();
return false;
});
}
$(".result .btn").click(function(e){e.stopPropagation();});
\ No newline at end of file
}
\ No newline at end of file
......@@ -40,6 +40,7 @@
updateMapExtent();
window.open(link);
});
$(".result .btn").click(function(e){e.stopPropagation();});
});
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment