diff options
Diffstat (limited to 'templates/pubnix/button.html')
| -rw-r--r-- | templates/pubnix/button.html | 2 |
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> |
