mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°3901 Correctly hide menu search placeholder
This commit is contained in:
@@ -321,6 +321,7 @@ $(function()
|
||||
}
|
||||
|
||||
if (bMatches) {
|
||||
me.element.find(me.js_selectors.menu_filter_placeholder).css('display', 'none');
|
||||
bHasAnyMatch = true;
|
||||
// Note: Selector must be recursive
|
||||
$(this).parents('[data-role="ibo-navigation-menu--menu-nodes"], [data-role="ibo-navigation-menu--menu-node"]').show();
|
||||
|
||||
Reference in New Issue
Block a user