[-] FO : small js fix on gift checkbox update on mobile

This commit is contained in:
vAugagneur
2012-12-13 09:41:20 +01:00
parent c1bbd15fb0
commit 668a7e35e7
+2 -4
View File
@@ -51,17 +51,15 @@ function initEvent()
$("#addressesAreEquals").bind("change", function(event, ui) {
$("#address_invoice_form").toggle();
});
// paquet cadeau
$("#gift").bind("change", function(event, ui) {
$("#gift_div").toggle();
});
$('.delivery_option_radio').click(function() {
updateCarrierSection($(this));
});
$('#gift').click(function() {
// Gift checkbox update
giftShowDiv();
updateCarrierSection($(this));
});
$('#gift_div').change(function() {