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

This commit is contained in:
mDeflotte
2011-11-23 10:32:29 +00:00
parent 442e7ce87b
commit d34146178a
+1 -1
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