Sfoglia il codice sorgente

Removed unneeded logic

Thokoop 1 anno fa
parent
commit
3f470e14a1
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      static/main.js

+ 0 - 5
static/main.js

@@ -548,11 +548,6 @@ async function disconnectSerial() {
 
 
 async function restartSerial() {
 async function restartSerial() {
     const port = document.getElementById('serial_ports').value;
     const port = document.getElementById('serial_ports').value;
-
-    if(!port){
-        document.getElementById('serial_status').innerHTML;
-    }
-
     const response = await fetch('/restart_serial', {
     const response = await fetch('/restart_serial', {
         method: 'POST',
         method: 'POST',
         headers: { 'Content-Type': 'application/json' },
         headers: { 'Content-Type': 'application/json' },