Merge pull request #27 from omajoshi/patch-1
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user