Thokoop пре 1 година
родитељ
комит
3f470e14a1
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      static/main.js

+ 0 - 5
static/main.js

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