mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
closes #4585, closes https://github.com/NodeBB/nodebb-theme-persona/issues/299
This commit is contained in:
@@ -113,13 +113,12 @@ define('chat', [
|
||||
return room.teaser;
|
||||
});
|
||||
|
||||
chatsListEl.empty();
|
||||
|
||||
templates.parse('partials/chat_dropdown', {
|
||||
rooms: rooms
|
||||
}, function(html) {
|
||||
translator.translate(html, function(translated) {
|
||||
chatsListEl.html(translated);
|
||||
chatsListEl.empty().html(translated);
|
||||
app.createUserTooltips(chatsListEl, 'right');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user