forked from CGM_Public/pretix_original
Added voucher redemption
This commit is contained in:
@@ -12,6 +12,12 @@ $(function () {
|
||||
$(this).parent().parent().parent().find(".variations").slideToggle();
|
||||
});
|
||||
$(".collapsed").removeClass("collapsed").addClass("collapse");
|
||||
|
||||
$("#voucher-box").hide();
|
||||
$("#voucher-toggle a").click(function () {
|
||||
$("#voucher-box").slideDown();
|
||||
$("#voucher-toggle").slideUp();
|
||||
});
|
||||
});
|
||||
|
||||
var waitingDialog = {
|
||||
|
||||
Reference in New Issue
Block a user