Commit 2c4d80d2922ff84aa69e73db4e33db03f6d16ae9

Authored by Eugeny Galkovskiy
1 parent 7d8bdbc9

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,6 +53,6 @@ $(document).ready(function(){
53 } 53 }
54 return false; 54 return false;
55 }); 55 });
56 - $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("l_check").parent().parent().parent().parent().find(".punkt").addClass('opened'); 56 + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("l_check").parent().parent().parent().show().parent().find(".punkt").addClass('opened');
57 57
58 }); 58 });
59 \ No newline at end of file 59 \ No newline at end of file