fixes topic/1503

v1.18.x
Aziz Khoury 11 years ago
parent d3a11f7ad8
commit 611fd380eb

@ -512,6 +512,7 @@ var socket,
app.load = function() {
$('document').ready(function () {
var url = window.location.pathname.slice(1),
search = window.location.search,
tpl_url = ajaxify.getTemplateMapping(url);
url = url.replace(/\/$/, "");
@ -551,7 +552,7 @@ var socket,
if (window.history && window.history.replaceState) {
var hash = window.location.hash ? window.location.hash : '';
window.history.replaceState({
url: url + hash
url: url + search + hash
}, url, RELATIVE_PATH + '/' + url + hash);
}

Loading…
Cancel
Save