revert chat fix

This commit is contained in:
barisusakli
2016-09-28 19:59:36 +03:00
parent c8e5f52d9f
commit 053906b76d

View File

@@ -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) {