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 f0755ed commit ac3e275Copy full SHA for ac3e275
filebrowser.js
@@ -833,7 +833,7 @@ const fileSizeText = '<this file is too big to view>';
833
834
// push file to Git from HTML element
835
async function pushFileFromHTML(fileEl, commitMessage) {
836
-
+
837
// disable pushing file in HTML
838
fileEl.classList.remove('modified');
839
bottomFloat.classList.remove('modified');
0 commit comments