diff --git a/themes/default/mobile/js/opc.js b/themes/default/mobile/js/opc.js index 1f682df24..5a4a9d453 100644 --- a/themes/default/mobile/js/opc.js +++ b/themes/default/mobile/js/opc.js @@ -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() {