mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 23:00:31 +01:00
Revert "made pagination.loadPage also a silent ajaxify, so in-topic searching works with it"
This reverts commit 7e3e7edfd4.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user