You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
welpo 9512bbb194
♻️ refactor: use `const` in theme initialization
Refactor the theme initialization script to use 'const' instead of 'let'
for the 'currentTheme' variable, as the value is not expected to change
after initialization.

This makes the code more clear and prevents accidental
re-assignment.
2 years ago
..
initialize_theme.js ♻️ refactor: use `const` in theme initialization 2 years ago
initialize_theme_min.js ♻️ refactor: use `const` in theme initialization 2 years ago
katex_min.js 🚚 refactor: rename minified KaTeX css 2 years ago
main.js 🐛 fix: remove flash when navigating in dark-mode 2 years ago
main_min.js 🐛 fix: remove flash when navigating in dark-mode 2 years ago