Remove pager parameter from conversation()
- Add getUrlParameter() Javascript function to determine current page
This commit is contained in:
@@ -82,7 +82,7 @@ function notes_content(App $a, $update = false)
|
||||
|
||||
$count = count($notes);
|
||||
|
||||
$o .= conversation($a, $notes, $pager, 'notes', $update);
|
||||
$o .= conversation($a, $notes, 'notes', $update);
|
||||
}
|
||||
|
||||
$o .= $pager->renderMinimal($count);
|
||||
|
||||
Reference in New Issue
Block a user