From 60098d191421c6fc80461a75d6c10a58c25c41c4 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Oct 2016 14:26:37 +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 a197497..6342524 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().find("label").addClass("checked"); + $(".punkt").parent().find(".spoiler input[type='checkbox']:checked").parent().addClass("checked"); }); \ No newline at end of file -- libgit2 0.21.4