We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e54c10 commit f12bd69Copy full SHA for f12bd69
filebrowser.js
@@ -447,7 +447,7 @@ async function renderSidebarHTML() {
447
448
// if no files exist,
449
// show intro screen in HTML
450
- fileWrapper.innerHTML = fileIntroScreen;
+ out = fileIntroScreen;
451
452
// hide search button
453
searchButton.classList.add('hidden');
@@ -519,7 +519,7 @@ async function renderSidebarHTML() {
519
520
// if no repositories exist,
521
522
- fileWrapper.innerHTML = repoIntroScreen;
+ out = repoIntroScreen;
523
524
525
0 commit comments