forked from OpenWF/SpaceNinjaServer
Update static/webui/index.html
This commit is contained in:
parent
0546d018d4
commit
85e7a40404
@ -3,8 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<script>
|
<script>
|
||||||
// Set theme early to prevent flash of incorrect style
|
// Set theme early to prevent flash of incorrect style
|
||||||
const theme = localStorage.getItem("theme") || "dark";
|
document.documentElement.setAttribute("data-bs-theme", localStorage.getItem("theme") || "dark");
|
||||||
document.documentElement.setAttribute("data-bs-theme", theme);
|
|
||||||
</script>
|
</script>
|
||||||
<title>OpenWF WebUI</title>
|
<title>OpenWF WebUI</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user