Commit 89fb10a3682d2eacccab93ed4b8f4b5396aa8f93
1 parent
5e50ab04
123
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
frontend/web/js/script.js
... | ... | @@ -127,7 +127,7 @@ $(document).ready( |
127 | 127 | $(this).parent().find(".container").toggleClass("showed"); |
128 | 128 | }); |
129 | 129 | $(".menu a").click(function(){ |
130 | - $(this).toggleClass("showmob"); | |
130 | + $(this).parent().find(".dropd_menu").toggleClass("showmob"); | |
131 | 131 | }); |
132 | 132 | } |
133 | 133 | ); |
134 | 134 | \ No newline at end of file | ... | ... |