mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
deflicker lightmode
This commit is contained in:
parent
1a618c3c97
commit
4588f11613
|
@ -135,6 +135,8 @@
|
|||
have_unpost = {{ have_unpost|tojson }},
|
||||
have_zip = {{ have_zip|tojson }},
|
||||
readme = {{ readme|tojson }};
|
||||
|
||||
document.documentElement.setAttribute("class", localStorage.lightmode == 1 ? "light" : "dark");
|
||||
</script>
|
||||
<script src="/.cpr/util.js?_={{ ts }}"></script>
|
||||
<script src="/.cpr/browser.js?_={{ ts }}"></script>
|
||||
|
|
Loading…
Reference in a new issue