mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +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() {
|
popoutEl.on('click', function() {
|
||||||
|
var username = $('.expanded-chat').attr('data-username'),
|
||||||
|
uid = Chats.getRecipientUid();
|
||||||
ajaxify.go('chats', function() {
|
ajaxify.go('chats', function() {
|
||||||
app.openChat($('.expanded-chat').attr('data-username'), Chats.getRecipientUid());
|
app.openChat(username, uid);
|
||||||
}, true);
|
}, true);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user