fixes topic/1503

This commit is contained in:
Aziz Khoury
2014-05-16 01:38:20 -04:00
parent d3a11f7ad8
commit 611fd380eb

View File

@@ -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);
}