diff options
Diffstat (limited to 'frontend/start/index.html')
| -rw-r--r-- | frontend/start/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/frontend/start/index.html b/frontend/start/index.html index 7567ad5..bd7e407 100644 --- a/frontend/start/index.html +++ b/frontend/start/index.html @@ -62,7 +62,7 @@ </div> <div class="section-container no-pad"> <h1>Start</h1> - <div class="section-container row bg-red"> + <div class="section-container row bg-red" id="notif-panel"> <div class="flex-center-container"> <span class="icon">🔔</span> </div> @@ -74,11 +74,6 @@ <button class="button bg-1" id="startbtn">Start</button> </div> <script src="/main.js"></script> - <script> - document.getElementById("startbtn").addEventListener("click", () => { - start(); - }); - startUpdateMachines(); - </script> + <script src="/start.js"></script> </body> </html> |
