Skip to content

Commit ac3e275

Browse files
committed
Update filebrowser.js
1 parent f0755ed commit ac3e275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ const fileSizeText = '<this file is too big to view>';
833833

834834
// push file to Git from HTML element
835835
async function pushFileFromHTML(fileEl, commitMessage) {
836-
836+
837837
// disable pushing file in HTML
838838
fileEl.classList.remove('modified');
839839
bottomFloat.classList.remove('modified');

0 commit comments

Comments
 (0)