now really fix topic/1503

This commit is contained in:
Aziz Khoury
2014-05-16 01:55:13 -04:00
parent c7734937fb
commit 230b4a0952

View File

@@ -553,7 +553,7 @@ var socket,
var hash = window.location.hash ? window.location.hash : '';
window.history.replaceState({
url: url + search + hash
}, url, RELATIVE_PATH + '/' + url + hash);
}, url, RELATIVE_PATH + '/' + url + search + hash);
}
ajaxify.loadScript(tpl_url, function() {