Commit 1f2928003cf42318e8f08cd3e40eb8c0044dc50c

Authored by Eugeny Galkovskiy
1 parent aff39941

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/web/js/script.js
... ... @@ -114,7 +114,7 @@ $(document).ready(
114 114 );
115 115 $(".hidemenu").click(function(){
116 116 $(this).toggleClass("show");
117   - $(this).parent().findClass(".container").toggleClass("showed");
  117 + $(this).parent().find(".container").toggleClass("showed");
118 118 });
119 119 }
120 120 );
121 121 \ No newline at end of file
... ...