Commit f2fc8be1c6dbc3f145bd7b750d457a636734d93e

Authored by Eugeny Galkovskiy
1 parent 6bff3e29

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/web/js/script.js
@@ -70,6 +70,6 @@ $(document).ready(function(){ @@ -70,6 +70,6 @@ $(document).ready(function(){
70 }); 70 });
71 71
72 $(".openmenu").click(function(){ 72 $(".openmenu").click(function(){
73 - $(this).parent().find("li").toggleClass("minshowed"); 73 + $(this).parent().find("ul").toggleClass("minhide");
74 }); 74 });
75 }); 75 });
76 \ No newline at end of file 76 \ No newline at end of file