Skip to content

Commit f1cd2bc

Browse files
committed
Update filebrowser.js
1 parent 7c89aef commit f1cd2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filebrowser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ async function renderSidebarHTML() {
468468
if (fileType === 'video') fileIconHTML = videoIcon;
469469
if (fileType === 'audio') fileIconHTML = audioIcon;
470470

471-
out += `
471+
out = out + `
472472
<div class="item file`+ modified +`" sha="`+ file.sha +`">
473473
<div class="label">
474474
`+ fileIconHTML +`
@@ -579,7 +579,7 @@ async function renderSidebarHTML() {
579579

580580
// render repo
581581

582-
out += `
582+
out = out + `
583583
<div class="item repo" ` + ('fullName="' + modRepoName + '"') + `>
584584
<div class="label">
585585
`+ repoIcon +`

0 commit comments

Comments
 (0)