Skip to content

Commit a4cfd46

Browse files
committed
Update filebrowser.js
1 parent d01bc9c commit a4cfd46

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

filebrowser.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -822,15 +822,6 @@ async function renderSidebarHTML(pageNum = 1) {
822822

823823
} else { // if rendering additional pages
824824

825-
// don't show intro screen
826-
// if there's no results
827-
if (resp.length === 0) {
828-
829-
out = '';
830-
831-
}
832-
833-
834825
// if there's a duplicate more button, remove it
835826

836827
const moreButton = fileWrapper.querySelector('.item.more');

0 commit comments

Comments
 (0)