mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
moved topic search end to topics.js
This commit is contained in:
@@ -61,12 +61,6 @@ $(document).ready(function() {
|
||||
});
|
||||
});
|
||||
|
||||
require(['search'], function(search) {
|
||||
if (search.topicDOM.active && !url.startsWith('topic/')) {
|
||||
search.topicDOM.end();
|
||||
}
|
||||
});
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user