mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
now really fix topic/1503
This commit is contained in:
@@ -553,7 +553,7 @@ var socket,
|
|||||||
var hash = window.location.hash ? window.location.hash : '';
|
var hash = window.location.hash ? window.location.hash : '';
|
||||||
window.history.replaceState({
|
window.history.replaceState({
|
||||||
url: url + search + hash
|
url: url + search + hash
|
||||||
}, url, RELATIVE_PATH + '/' + url + hash);
|
}, url, RELATIVE_PATH + '/' + url + search + hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
ajaxify.loadScript(tpl_url, function() {
|
ajaxify.loadScript(tpl_url, function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user