mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
fix search selector
This commit is contained in:
@@ -434,7 +434,7 @@ app.cacheBuster = null;
|
||||
searchFields = $("#search-fields"),
|
||||
searchInput = $('#search-fields input');
|
||||
|
||||
$('#advanced-search').on('mousedown', function() {
|
||||
$('#search-form .advanced-search-link').on('mousedown', function() {
|
||||
ajaxify.go('/search');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user