From 3269a37da6687a3e709461954474dde9ff462e0c Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 4 Sep 2012 12:59:58 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-3794 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17166 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/js/order-opc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/order-opc.js b/themes/default/js/order-opc.js index 72e9ab35a..f996bdb42 100644 --- a/themes/default/js/order-opc.js +++ b/themes/default/js/order-opc.js @@ -697,7 +697,7 @@ function bindInputs() }); // Term Of Service (TOS) - $('#cgv').live('click', function() { + $('#cgv').click(function() { if ($('#cgv:checked').length != 0) var checked = 1; else