fix address expand button submit-bug

This commit is contained in:
Richard Schreiber
2021-09-16 09:10:20 +02:00
parent 42a1fe9bd1
commit 2041d1213a

View File

@@ -89,6 +89,7 @@ $(function () {
var $handler = $("<button>")
.text($(this).attr("data-expand-text"))
.addClass("btn btn-link collapse-handler")
.attr("type", "button")
.attr("aria-controls", $content.attr('id'))
.attr("aria-expanded", "false");
$handler.on("click", function (ev) {