fixing search menu

v1.18.x
psychobunny 11 years ago
parent 1fe5a8788f
commit 11fada047e

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

Loading…
Cancel
Save