// 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:
@@ -630,7 +630,7 @@ $(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Term Of Service (TOS)
|
// Term Of Service (TOS)
|
||||||
$('#cgv').click(function() {
|
$('#cgv').live('click', function() {
|
||||||
if ($('#cgv:checked').length != 0)
|
if ($('#cgv:checked').length != 0)
|
||||||
var checked = 1;
|
var checked = 1;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user