mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-17 20:10:41 +02:00
closes #424
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
"nodebb-plugin-spam-be-gone": "0.5.4",
|
||||
"nodebb-rewards-essentials": "0.0.11",
|
||||
"nodebb-theme-lavender": "5.0.7",
|
||||
"nodebb-theme-persona": "9.0.25",
|
||||
"nodebb-theme-persona": "9.0.26",
|
||||
"nodebb-theme-slick": "1.2.9",
|
||||
"nodebb-theme-vanilla": "10.1.0",
|
||||
"nodebb-widget-essentials": "4.0.7",
|
||||
|
||||
@@ -136,7 +136,8 @@ define('chat', [
|
||||
rooms: rooms,
|
||||
}, function (html) {
|
||||
translator.translate(html, function (translated) {
|
||||
chatsListEl.empty().html(translated);
|
||||
chatsListEl.find('*').not('.navigation-link').remove();
|
||||
chatsListEl.prepend(translated);
|
||||
app.createUserTooltips(chatsListEl, 'right');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user