Skip to content

Commit

Permalink
Update load_publications.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Jul 26, 2024
1 parent 52192bd commit c717ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/load_publications.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ document.addEventListener('DOMContentLoaded', () => {

currentBatch++;
if (currentBatch * batchSize >= publications.length) {
seeMoreButton.style.display = 'none';
seeMoreButton.style.display = 'block';
} else {
seeMoreButton.style.display = 'block';
}
Expand Down

0 comments on commit c717ca1

Please sign in to comment.