Skip to content

Commit

Permalink
fix(webshell): remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notthetup committed Feb 22, 2024
1 parent 745ecfa commit 0edb7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/org/arl/fjage/web/shell/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
if (hideModeToggle){
darkmodeBtn.parentElement.style.display = 'none';
window.addEventListener('message', evt => {
if (evt.data && evt.data.theme){q
if (evt.data && evt.data.theme){
setTheme(term, evt.data.theme);
}
});
Expand Down

0 comments on commit 0edb7ee

Please sign in to comment.