mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
revert chat fix
This commit is contained in:
@@ -298,12 +298,7 @@ define('forum/chats', [
|
||||
};
|
||||
|
||||
Chats.switchChat = function(roomid) {
|
||||
var env = utils.findBootstrapEnvironment();
|
||||
if (env === 'xs' || env === 'sm') {
|
||||
app.openChat(roomid);
|
||||
} else {
|
||||
ajaxify.go('user/' + ajaxify.data.userslug + '/chats/' + roomid);
|
||||
}
|
||||
ajaxify.go('user/' + ajaxify.data.userslug + '/chats/' + roomid);
|
||||
};
|
||||
|
||||
Chats.loadChatSince = function(roomId, chatContentEl, since) {
|
||||
|
||||
Reference in New Issue
Block a user