Skip to content

Commit 7e6fce7

Browse files
NoklefReenigneArcher
authored andcommitted
fix(web-ui): NON -> NO
1 parent 04bb742 commit 7e6fce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_assets/common/assets/web/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const pickRandomTheme = () => {
9292
const values = Array.from(document.querySelectorAll('[data-bs-theme-value]'))
9393
.map(el => el.dataset.bsThemeValue)
9494
.filter(value => value !== 'auto' && value !== current)
95-
return values[Math.floor(Math.random() * values.length)] // NONSONAR(javascript:S2245) random not used for cryptography here
95+
return values[Math.floor(Math.random() * values.length)] // NOSONAR(javascript:S2245) random not used for cryptography here
9696
}
9797

9898
export function setupThemeToggleListener() {

0 commit comments

Comments
 (0)