From 230b4a0952e71236414801336bee61d363034c91 Mon Sep 17 00:00:00 2001 From: Aziz Khoury Date: Fri, 16 May 2014 01:55:13 -0400 Subject: [PATCH] now really fix topic/1503 --- public/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/app.js b/public/src/app.js index 3484b54205..270f731d70 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -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() {