Skip to content

Commit d01bc9c

Browse files
committed
Update filebrowser.js
1 parent 098af2d commit d01bc9c

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
@@ -797,7 +797,7 @@ async function renderSidebarHTML(pageNum = 1) {
797797

798798
}
799799

800-
} else {
800+
} else if (pageNum === 1) { // if rendering first page
801801

802802
// if no repositories exist,
803803
// show intro screen in HTML

0 commit comments

Comments
 (0)