Removing the page number from the infinite scrolling
This commit is contained in:
parent
f1830b84cd
commit
99fc97f337
3 changed files with 1 additions and 7 deletions
|
@ -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()
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue