mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-09-02 01:57:38 +02:00
fix: closes #12474, fix search dropdown on mobile for merge
add remove topic buttons
This commit is contained in:
@@ -136,6 +136,7 @@ define('search', [
|
||||
text.slice(start, start + 80) +
|
||||
(text.length - start > 80 ? '...' : ''));
|
||||
});
|
||||
data.dropdown = { maxWidth: '400px', maxHeight: '500px', ...options.dropdown };
|
||||
app.parseAndTranslate('partials/quick-search-results', data, function (html) {
|
||||
if (html.length) {
|
||||
html.find('.timeago').timeago();
|
||||
|
||||
Reference in New Issue
Block a user