Skip to content

Commit 435abc3

Browse files
committed
Update filebrowser.js
1 parent 4af78be commit 435abc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ async function renderSidebarHTML(pageNum = 1) {
780780

781781

782782
// if non-eclipsed repositories exist
783-
// and resp length is equal to the max length
783+
// and resp length is equal to max length
784784
if (resp.length > 0 && resp.length === 100) {
785785

786786
// render 'more' button

0 commit comments

Comments
 (0)