Skip to content

Commit 187d375

Browse files
authored
Update filebrowser.js
1 parent b019ed2 commit 187d375

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

filebrowser.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,11 +1283,10 @@ function createNewRepoInHTML() {
12831283
`+ repoIcon +`
12841284
<a class="name" contenteditable="plaintext-only" spellcheck="false" autocorrect="off" autocomplete="off" aria-autocomplete="list" autocapitalize="off" dir="auto"></a>
12851285
</div>
1286-
`+ arrowIcon +`
12871286
<div class="push-wrapper">
12881287
`+ pushIcon +`
12891288
</div>
1290-
`;
1289+
`+ arrowIcon;
12911290

12921291
// add new repo to DOM
12931292
fileWrapper.prepend(repoEl);

0 commit comments

Comments
 (0)