mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
fix address expand button submit-bug
This commit is contained in:
@@ -89,6 +89,7 @@ $(function () {
|
|||||||
var $handler = $("<button>")
|
var $handler = $("<button>")
|
||||||
.text($(this).attr("data-expand-text"))
|
.text($(this).attr("data-expand-text"))
|
||||||
.addClass("btn btn-link collapse-handler")
|
.addClass("btn btn-link collapse-handler")
|
||||||
|
.attr("type", "button")
|
||||||
.attr("aria-controls", $content.attr('id'))
|
.attr("aria-controls", $content.attr('id'))
|
||||||
.attr("aria-expanded", "false");
|
.attr("aria-expanded", "false");
|
||||||
$handler.on("click", function (ev) {
|
$handler.on("click", function (ev) {
|
||||||
|
|||||||
Reference in New Issue
Block a user