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