Vadym Hlushko 2 rokov pred
rodič
commit
850f0b5341
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      hw14/main.js

+ 1 - 2
hw14/main.js

@@ -19,7 +19,6 @@ function jsonPost(url, data)
 }
 
 let sendBtn = document.getElementById('sendButton')
-
 sendBtn.innerHTML = "Send"
 let nickInput = document.getElementById('nickInput')
 let msgInput = document.getElementById('msgInput')
@@ -112,7 +111,7 @@ function delay(ms) {
         }
     })
     } 
-    
+
 
     async function sendAndCheck(){
         await sendMessage(nickVal,msgVal)