dont keep window.location.search on regular ajaxify

This commit is contained in:
barisusakli
2015-03-07 13:52:02 -05:00
parent 5b821b2f24
commit f87f797bed
2 changed files with 3 additions and 4 deletions

View File

@@ -481,7 +481,7 @@ app.cacheBuster = null;
app.load = function() {
$('document').ready(function () {
var url = ajaxify.start(window.location.pathname.slice(1), true);
var url = ajaxify.start(window.location.pathname.slice(1), true, window.location.search);
ajaxify.end(url, app.template);
collapseNavigationOnClick();