Skip to content

Commit

Permalink
merged Nightly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dibbla committed May 16, 2023
1 parent 535540c commit 271d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sidebar version/PaperDino/see_all/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function auxilary_sort(a,b){
return - (a[1][2] - b[1][2])
}

const divsPerPage = 10; // Number of divs to display per page
const divsPerPage = 12; // Number of divs to display per page
let divs = []; // Array to store dynamically generated divs
let currentPage = 1; // Track the current page number

Expand Down

0 comments on commit 271d820

Please sign in to comment.