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 7c89aef commit f1cd2bcCopy full SHA for f1cd2bc
filebrowser.js
@@ -468,7 +468,7 @@ async function renderSidebarHTML() {
468
if (fileType === 'video') fileIconHTML = videoIcon;
469
if (fileType === 'audio') fileIconHTML = audioIcon;
470
471
- out += `
+ out = out + `
472
<div class="item file`+ modified +`" sha="`+ file.sha +`">
473
<div class="label">
474
`+ fileIconHTML +`
@@ -579,7 +579,7 @@ async function renderSidebarHTML() {
579
580
// render repo
581
582
583
<div class="item repo" ` + ('fullName="' + modRepoName + '"') + `>
584
585
`+ repoIcon +`
0 commit comments