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
f2fc8be1c6dbc3f145bd7b750d457a636734d93e
Authored by
Eugeny Galkovskiy
2016-10-19 15:50:23 +0300
1 parent
6bff3e29
123
Showing
1 changed file
with
1 additions
and
1 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 @
f2fc8be
...
...
@@ -70,6 +70,6 @@ $(document).ready(function(){
70
70
});
71
71
72
72
$(".openmenu").click(function(){
73
- $(this).parent().find("
li").toggleClass("minshowed
");
73
+ $(this).parent().find("
ul").toggleClass("minhide
");
74
74
});
75
75
});
76
76
\ No newline at end of file
...
...