mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +01:00
closed #1809
This commit is contained in:
@@ -65,8 +65,9 @@ define('forum/chats', ['string', 'sounds'], function(S, sounds) {
|
||||
});
|
||||
|
||||
popoutEl.on('click', function() {
|
||||
app.openChat($('.expanded-chat').attr('data-username'), Chats.getRecipientUid());
|
||||
ajaxify.go('chats');
|
||||
ajaxify.go('chats', function() {
|
||||
app.openChat($('.expanded-chat').attr('data-username'), Chats.getRecipientUid());
|
||||
}, true);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user