mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
dont keep window.location.search on regular ajaxify
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user