From a3ecd0b8dc048054452a15bab6295ba9ca25da9e Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Oct 2016 14:30:55 +0300 Subject: [PATCH] 123 --- frontend/web/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 05d7352..f26f990 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,6 +53,6 @@ $(document).ready(function(){ } return false; }); - $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("l_check"); + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("l_check").parent().parent().parent().addClass('opened'); }); \ No newline at end of file -- libgit2 0.21.4