summaryrefslogtreecommitdiff
path: root/templates/pubnix/button.html
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-18 03:24:01 -0500
committerLLLL Colonq <llll@colonq>2024-11-18 03:24:01 -0500
commit57e6b3735787f8136ad344a8d170dbf2981d0509 (patch)
tree188b2e03783ad5a022e5c7afc1fd55eae65116c4 /templates/pubnix/button.html
parent315c440a96d38002c6ff9a1126b9bd2a6bbd6dd6 (diff)
Change mode configuration, added initial menu
Diffstat (limited to 'templates/pubnix/button.html')
-rw-r--r--templates/pubnix/button.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pubnix/button.html b/templates/pubnix/button.html
index 17211eb..7878c7a 100644
--- a/templates/pubnix/button.html
+++ b/templates/pubnix/button.html
@@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="./main.css">
<script type="module">
CONFIG_SUBST
- globalThis.mode = 4;
+ globalThis.mode = "button";
</script>
<script type="module" src="./main.js"></script>
</head>