...
|
...
|
@@ -868,7 +868,7 @@ $invoiceCheck.click(function(){ |
|
|
if ($invoiceCheck.hasClass('active')) {
|
|
|
$invoiceCheck.removeAttr('checked');
|
|
|
$invoiceCheck.removeClass('active');
|
|
|
$('.invoice-content').addClass('hide');
|
|
|
$('.section-play .invoice-content').addClass('hide');
|
|
|
}
|
|
|
|
|
|
if ($invoiceCheck.attr('checked')) {
|
...
|
...
|
|