🚚 chore(js): rename minified files

This commit is contained in:
welpo
2023-07-17 20:40:48 +02:00
parent 3f5ed8a584
commit 4b43229d0a
12 changed files with 8 additions and 8 deletions

1
static/js/initializeTheme.min.js vendored Normal file
View File

@@ -0,0 +1 @@
!function(){const e=localStorage.getItem("theme");if(e)document.documentElement.setAttribute("data-theme",e);else{const t=window.matchMedia("(prefers-color-scheme: dark)").matches;document.documentElement.setAttribute("data-theme",t?"dark":"light")}}();