From 1f2928003cf42318e8f08cd3e40eb8c0044dc50c Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 18:30:57 +0300 Subject: [PATCH] 123 --- frontend/web/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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