Revert "made pagination.loadPage also a silent ajaxify, so in-topic searching works with it"

This reverts commit 7e3e7edfd4.
v1.18.x
Julian Lam 10 years ago
parent 72f80dd330
commit bbccc38efd

@ -26,7 +26,7 @@ define('forum/pagination', function() {
return;
}
var url = window.location.pathname.slice(1).split('/').slice(0, 3).join('/') + '?page=' + page;
ajaxify.go(url, callback, true);
ajaxify.go(url, callback);
};
return pagination;

Loading…
Cancel
Save