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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user