mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🚚 chore(js): rename minified files
This commit is contained in:
parent
3f5ed8a584
commit
4b43229d0a
12 changed files with 8 additions and 8 deletions
1
static/js/initializeTheme.min.js
vendored
Normal file
1
static/js/initializeTheme.min.js
vendored
Normal 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")}}();
|
Loading…
Add table
Add a link
Reference in a new issue