Skip to content
Snippets Groups Projects
Unverified Commit 138f07ad authored by Phil Hughes's avatar Phil Hughes
Browse files

Fix commit list request appending 40 to offset

Closes #36569
parent ee452852
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ window.CommitsList = (function() {
}
});
 
Pager.init(limit, false, false, this.processCommits);
Pager.init(parseInt(limit, 10), false, false, this.processCommits);
 
this.content = $("#commits-list");
this.searchField = $("#commits-search");
Loading
Loading
---
title: Fix commit list not loading the correct page when scrolling
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment