mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 23:28:20 +02:00
make sure search dropdown is open if active
This commit is contained in:
@@ -25,6 +25,8 @@ 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