mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
fixed #1188
This commit is contained in:
@@ -238,6 +238,10 @@ define(['uploader'], function(uploader) {
|
||||
groupsResultsEl = modal.find('.groups-results'),
|
||||
searchDelay;
|
||||
|
||||
// Clear the search field and results
|
||||
searchEl.val('');
|
||||
resultsEl.html('');
|
||||
|
||||
searchEl.off().on('keyup', function() {
|
||||
var searchEl = this,
|
||||
liEl;
|
||||
|
||||
Reference in New Issue
Block a user