diff --git a/main.js b/main.js index 19d7f8f..be4ffaa 100644 --- a/main.js +++ b/main.js @@ -24,8 +24,8 @@ newMsgP.innerHTML = "" + msg.sentBy + ": " + msg.message; chatBox.appendChild(newMsgP); - //window.navigator.vibrate(200); - //notifSoundElement.play(); + window.navigator.vibrate(200); + notifSoundElement.play(); chatBox.scrollTop = chatBox.scrollHeight;