mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
properly did #1809, lol, whoops
This commit is contained in:
@@ -65,8 +65,10 @@ define('forum/chats', ['string', 'sounds'], function(S, sounds) {
|
||||
});
|
||||
|
||||
popoutEl.on('click', function() {
|
||||
var username = $('.expanded-chat').attr('data-username'),
|
||||
uid = Chats.getRecipientUid();
|
||||
ajaxify.go('chats', function() {
|
||||
app.openChat($('.expanded-chat').attr('data-username'), Chats.getRecipientUid());
|
||||
app.openChat(username, uid);
|
||||
}, true);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user