Removing the page number from the infinite scrolling

This commit is contained in:
Michael 2020-09-26 21:46:22 +00:00
commit 99fc97f337
3 changed files with 1 additions and 7 deletions

View file

@ -758,7 +758,6 @@ function network_infinite_scroll_head(App $a, &$htmlhead)
) {
$tpl = Renderer::getMarkupTemplate('infinite_scroll_head.tpl');
$htmlhead .= Renderer::replaceMacros($tpl, [
'$pageno' => $pager->getPage(),
'$reload_uri' => $pager->getBaseQueryString()
]);
}