Cut progress variable we aren't using
This commit is contained in:
parent
4ab3f56c15
commit
2a9c1776d6
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@
|
|||
$: minRow = pageNumber * pageSize - pageSize + 1;
|
||||
$: maxRow = pageNumber * pageSize - pageSize + pageLength;
|
||||
$: numPages = Math.ceil(n / pageSize);
|
||||
$: progress = pageNumber / numPages;
|
||||
|
||||
function goToPreviousPage() {
|
||||
if (pageNumber > 1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue