Skip to content

Commit f5846a5

Browse files
committed
Removing unnecessary comment from darkmode.js
1 parent 9ea29bf commit f5846a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MESS/MESS.Blazor/wwwroot/Scripts/darkmode.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ function applyDarkModeToFluentMenus(isDark) {
137137
});
138138
}
139139

140-
// ...rest of your code unchanged...
141-
142140
function applyTheme(isDark) {
143141
document.body.classList.toggle("dark-mode", isDark);
144142
document.body.classList.toggle("light-mode", !isDark);

0 commit comments

Comments
 (0)