mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
Revert "fixes NodeBB/nodebb-theme-persona#218"
This reverts commit ee529d92d3.
This commit is contained in:
@@ -348,7 +348,7 @@ define('chat', ['components', 'taskbar', 'string', 'sounds', 'forum/chats', 'tra
|
||||
socket.emit('modules.chats.markRead', chatModal.attr('roomId'));
|
||||
|
||||
var env = utils.findBootstrapEnvironment();
|
||||
if (env === 'xs') {
|
||||
if (env === 'xs' || env === 'sm') {
|
||||
module.enableMobileBehaviour(chatModal);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user