diff --git a/index.html b/index.html index 4047ee5..d5c0d6e 100644 --- a/index.html +++ b/index.html @@ -224,7 +224,7 @@ -
+ @@ -364,9 +364,7 @@ function updateStatusBar() { const statusBar = document.querySelector(".status-bar"); const mode = editor.getOption("mode"); - statusBar.textContent = `SneedCode | UTF-8 | ${ - mode.charAt(0).toUpperCase() + mode.slice(1) - }`; + statusBar.textContent = `sneedCode | ${mode.charAt(0).toUpperCase() + mode.slice(1)}`; } funcUpdateStatusBar = updateStatusBar;