// BugFix : "Please accept Terms of Service" always displayed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10508 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-11-23 10:32:29 +00:00
parent fd06e5c1a1
commit 6f6f13a4e0

View File

@@ -630,7 +630,7 @@ $(function() {
});
// Term Of Service (TOS)
$('#cgv').click(function() {
$('#cgv').live('click', function() {
if ($('#cgv:checked').length != 0)
var checked = 1;
else