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
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,4 @@ function initMap() { ...@@ -64,6 +64,4 @@ function initMap() {
$(this).blur(); $(this).blur();
return false; return false;
}); });
} }
\ No newline at end of file
$(".result .btn").click(function(e){e.stopPropagation();});
\ No newline at end of file
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
updateMapExtent(); updateMapExtent();
window.open(link); window.open(link);
}); });
$(".result .btn").click(function(e){e.stopPropagation();});
}); });
}); });
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment