fixing search menu

This commit is contained in:
psychobunny
2014-09-24 20:49:15 -04:00
parent 1fe5a8788f
commit 11fada047e

View File

@@ -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)) {