diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index f89342a..2ef0820 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -70,6 +70,6 @@ $(document).ready(function(){ }); $(".openmenu").click(function(){ - $(this).parent().find("li").toggleClass("minshowed"); + $(this).parent().find("ul").toggleClass("minhide"); }); }); \ No newline at end of file -- libgit2 0.21.4