Commit 6bff3e29211e97f9fd3d6811aa3b7c01c5928cd0
1 parent
4e4d53d0
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/js/script.js
@@ -68,4 +68,8 @@ $(document).ready(function(){ | @@ -68,4 +68,8 @@ $(document).ready(function(){ | ||
68 | } | 68 | } |
69 | $(".simple-spoiler").toggleClass("just-closed"); | 69 | $(".simple-spoiler").toggleClass("just-closed"); |
70 | }); | 70 | }); |
71 | + | ||
72 | + $(".openmenu").click(function(){ | ||
73 | + $(this).parent().find("li").toggleClass("minshowed"); | ||
74 | + }); | ||
71 | }); | 75 | }); |
72 | \ No newline at end of file | 76 | \ No newline at end of file |