Browse Source

Removed unneeded logic

Thokoop 1 năm trước cách đây
mục cha
commit
3f470e14a1
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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' },