mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-09 22:20:48 +01:00
fixing search menu
This commit is contained in:
@@ -25,8 +25,6 @@ define('forum/admin/footer', ['forum/admin/settings'], function(Settings) {
|
||||
value = $input.val().toLowerCase(),
|
||||
menuItems = $('#acp-search .dropdown-menu').html('');
|
||||
|
||||
$('#acp-search .dropdown').addClass('open');
|
||||
|
||||
if (value.length > 3) {
|
||||
for (var file in acpIndex) {
|
||||
if (acpIndex.hasOwnProperty(file)) {
|
||||
|
||||
Reference in New Issue
Block a user