diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 55cd588..6373ae7 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -114,7 +114,7 @@ $(document).ready( ); $(".hidemenu").click(function(){ $(this).toggleClass("show"); - $(this).parent().findClass(".container").toggleClass("showed"); + $(this).parent().find(".container").toggleClass("showed"); }); } ); \ No newline at end of file -- libgit2 0.21.4