From 89fb10a3682d2eacccab93ed4b8f4b5396aa8f93 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 13:36:43 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 2 +- frontend/web/js/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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