From 668a7e35e772cd238a7e2eb3f77b1c83abe1c0a5 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 13 Dec 2012 09:41:20 +0100 Subject: [PATCH] [-] FO : small js fix on gift checkbox update on mobile --- themes/default/mobile/js/opc.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() {