diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-10 10:47:49 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-10 10:47:49 +0200 |
commit | 33db7b2bbbc6e26507a4b1a8368a91e43a33fabc (patch) | |
tree | cb537534daf6cf36bb18b55c1e362a9964ce62a0 | |
parent | 4e54fd359f2920e015a59af2265688dc557376d5 (diff) |
re-enable setup command
-rw-r--r-- | ui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/index.html b/ui/index.html index a3f61ed..7882ef7 100644 --- a/ui/index.html +++ b/ui/index.html @@ -17,7 +17,7 @@ <button disabled value="true" id="lfvReadyBtn" onclick="api.msg.send.start(this)">start LFVs</button> </div> </dialog> - <!-- <script>document.getElementById("setupDialog").showModal()</script> --> + <script>document.getElementById("setupDialog").showModal()</script> <dialog id="sosDialog"> <h1 class="blink">SOS!!!</h1> <div class="padtop"> |