diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index ec166c7..e7a43cb 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2288,7 +2288,7 @@ p.right{text-align: right;} padding: 0!important; box-shadow:none; } - .showmob .dropd_menu{ + .dropd_menu.showmob{ display:block!important; } .inline_dropb, .dropd_menu{ diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 4794a47..3410a97 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -127,7 +127,7 @@ $(document).ready( $(this).parent().find(".container").toggleClass("showed"); }); $(".menu a").click(function(){ - $(this).toggleClass("showmob"); + $(this).parent().find(".dropd_menu").toggleClass("showmob"); }); } ); \ No newline at end of file -- libgit2 0.21.4