mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
fixed #1851
This commit is contained in:
@@ -203,7 +203,7 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar,
|
||||
});
|
||||
|
||||
chatModal.find('button[data-action="maximize"]').on('click', function() {
|
||||
ajaxify.go('chats/' + username);
|
||||
ajaxify.go('chats/' + utils.slugify(username));
|
||||
module.close(chatModal);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user