mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
* Ref #552 -- Add icon to expansible panels Offer informative feedback to user by showing icons to indicate expansible panels. * Fix wrongly removed JavaScript line
This commit is contained in:
@@ -26,7 +26,7 @@ $(function () {
|
||||
$(this).parent().parent().parent().find(".variations").slideToggle();
|
||||
e.preventDefault();
|
||||
});
|
||||
$(".collapsed").removeClass("collapsed").addClass("collapse");
|
||||
$("div.collapsed").removeClass("collapsed").addClass("collapse");
|
||||
|
||||
$("#voucher-box").hide();
|
||||
$("#voucher-toggle").show();
|
||||
|
||||
Reference in New Issue
Block a user