Showing
1 changed file
with
1 additions
and
1 deletions
@@ -868,7 +868,7 @@ $invoiceCheck.click(function(){ | @@ -868,7 +868,7 @@ $invoiceCheck.click(function(){ | ||
868 | if ($invoiceCheck.hasClass('active')) { | 868 | if ($invoiceCheck.hasClass('active')) { |
869 | $invoiceCheck.removeAttr('checked'); | 869 | $invoiceCheck.removeAttr('checked'); |
870 | $invoiceCheck.removeClass('active'); | 870 | $invoiceCheck.removeClass('active'); |
871 | - $('.invoice-content').addClass('hide'); | 871 | + $('.section-play .invoice-content').addClass('hide'); |
872 | } | 872 | } |
873 | 873 | ||
874 | if ($invoiceCheck.attr('checked')) { | 874 | if ($invoiceCheck.attr('checked')) { |
-
Please register or login to post a comment