Fixed noscript variant of voucher redemption

This commit is contained in:
Raphael Michel
2016-02-20 16:03:36 +01:00
parent edba7984cd
commit f86fe99acb
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ $(function () {
$(".collapsed").removeClass("collapsed").addClass("collapse");
$("#voucher-box").hide();
$("#voucher-toggle").show();
$("#voucher-toggle a").click(function () {
$("#voucher-box").slideDown();
$("#voucher-toggle").slideUp();

View File

@@ -28,6 +28,9 @@
display: block;
}
}
#voucher-toggle {
display: none;
}
.item-with-variations .product-row.headline, .product-row.simple {
border-top: 2px solid @table-border-color;
}