Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6bff3e29211e97f9fd3d6811aa3b7c01c5928cd0
Authored by
Eugeny Galkovskiy
2016-10-19 15:49:35 +0300
1 parent
4e4d53d0
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/js/script.js
Inline
Side-by-side
frontend/web/js/script.js
Wrap text
Show/Hide comments
View file @
6bff3e2
...
...
@@ -68,4 +68,8 @@ $(document).ready(function(){
68
68
}
69
69
$(".simple-spoiler").toggleClass("just-closed");
70
70
});
71
+
72
+ $(".openmenu").click(function(){
73
+ $(this).parent().find("li").toggleClass("minshowed");
74
+ });
71
75
});
72
76
\ No newline at end of file
...
...