Commit e09a0670a1ed1c50b027eeeb675135409cc4625d

Authored by Eugeny Galkovskiy
1 parent 255fd4d6

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/web/js/script.js
... ... @@ -53,6 +53,6 @@ $(document).ready(function(){
53 53 }
54 54 return false;
55 55 });
56   - $("#orderform-username input[type='checkbox']").is(':checked').hide();
  56 + $(".spoiler input").is(':checked').hide();
57 57  
58 58 });
59 59 \ No newline at end of file
... ...