forked from CGM_Public/pretix_original
Subevent: fix overflow for long lines in location
This commit is contained in:
@@ -92,7 +92,7 @@ $(function () {
|
|||||||
.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) {
|
||||||
$content.html(original_html);
|
$content.html(original_html).removeClass("content");
|
||||||
$handler.attr("aria-expanded", "true").attr("aria-hidden", "true");
|
$handler.attr("aria-expanded", "true").attr("aria-hidden", "true");
|
||||||
$handler.hide();
|
$handler.hide();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user