forked from CGM_Public/pretix_original
Revert "Allow to show description of add-on product variations by default"
This reverts commit 8d674965d1.
This commit is contained in:
@@ -140,8 +140,8 @@ $(function () {
|
||||
$("#ajaxerr").on("click", ".ajaxerr-close", ajaxErrDialog.hide);
|
||||
|
||||
// AddOns
|
||||
$('.collapse-vardesc .addon-variation-description').hide();
|
||||
$('.collapse-vardesc .toggle-variation-description').click(function () {
|
||||
$('.addon-variation-description').hide();
|
||||
$('.toggle-variation-description').click(function () {
|
||||
$(this).parent().find('.addon-variation-description').slideToggle();
|
||||
});
|
||||
|
||||
|
||||
@@ -88,11 +88,7 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
.toggle-variation-description {
|
||||
display: none;
|
||||
}
|
||||
.collapse-vardesc .toggle-variation-description {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
#voucher-toggle {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user