From 294cc33101d49e4ec83ede732ef3aea41551813e Mon Sep 17 00:00:00 2001 From: Joel Salisbury Date: Thu, 5 Mar 2020 12:51:23 -0500 Subject: [PATCH] vib and sound --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;