From c781eadd944d3e8f25a2847c54113e613c8ffda0 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Wed, 27 Apr 2022 17:28:08 +0800 Subject: [PATCH] * Fix bug. --- module/execution/view/ajaxgetdropmenu.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/execution/view/ajaxgetdropmenu.html.php b/module/execution/view/ajaxgetdropmenu.html.php index 3a17937a76..5d014e6ce1 100644 --- a/module/execution/view/ajaxgetdropmenu.html.php +++ b/module/execution/view/ajaxgetdropmenu.html.php @@ -164,7 +164,6 @@ $(function() { $('div.hide-in-search').siblings('i').addClass('hide-in-search'); $('.nav-tabs li span').hide(); - } else { @@ -194,7 +193,8 @@ $(function() } var listItem = $(this).find('.has-list'); - listItem.each(function (){ + listItem.each(function () + { $(this).css('display','') var $hidden = $(this).find('.hidden'); var $item = $(this).find('.search-list-item');