v1.18.x
Julian Lam 7 years ago
parent 8f724d7611
commit 9d202d9be9

@ -77,7 +77,7 @@
"nodebb-plugin-spam-be-gone": "0.5.4", "nodebb-plugin-spam-be-gone": "0.5.4",
"nodebb-rewards-essentials": "0.0.11", "nodebb-rewards-essentials": "0.0.11",
"nodebb-theme-lavender": "5.0.7", "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-slick": "1.2.9",
"nodebb-theme-vanilla": "10.1.0", "nodebb-theme-vanilla": "10.1.0",
"nodebb-widget-essentials": "4.0.7", "nodebb-widget-essentials": "4.0.7",

@ -136,7 +136,8 @@ define('chat', [
rooms: rooms, rooms: rooms,
}, function (html) { }, function (html) {
translator.translate(html, function (translated) { translator.translate(html, function (translated) {
chatsListEl.empty().html(translated); chatsListEl.find('*').not('.navigation-link').remove();
chatsListEl.prepend(translated);
app.createUserTooltips(chatsListEl, 'right'); app.createUserTooltips(chatsListEl, 'right');
}); });
}); });

Loading…
Cancel
Save