[-] FO : fixed bug #PSCFV-3794

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17166 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-04 12:59:58 +00:00
parent f879b2e9b4
commit 3269a37da6
+1 -1
View File
@@ -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