mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
committed by
GitHub
parent
ddf3812cdc
commit
95a372df85
@@ -424,8 +424,8 @@ define('forum/chats', [
|
|||||||
messages.scrollToBottom($('.expanded-chat ul.chat-content'));
|
messages.scrollToBottom($('.expanded-chat ul.chat-content'));
|
||||||
if (history.pushState) {
|
if (history.pushState) {
|
||||||
history.pushState({
|
history.pushState({
|
||||||
url: 'user/' + payload.userslug + '/chats/' + payload.roomId,
|
url: url,
|
||||||
}, null, window.location.protocol + '//' + window.location.host + config.relative_path + '/user/' + payload.userslug + '/chats/' + payload.roomId);
|
}, null, window.location.protocol + '//' + window.location.host + config.relative_path + '/' + url);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user