Merge pull request #27 from omajoshi/patch-1

This commit is contained in:
Sriram Hariharan
2021-12-16 22:03:06 -06:00
committed by GitHub

View File

@@ -492,7 +492,7 @@ function loadNextPages(num_pages) {
current.append(new_rows);
updateListConflictHighlighting(old_length + 1)
}
loadNextPages(n-1);
loadNextPages(num_pages-1);
}).fail(function () {
toggleLoadingPage(false);
$("#retrylabel").css('display', 'inline-block');