Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
vib and sound
  • Loading branch information
Joel Salisbury committed Mar 5, 2020
1 parent 8cd0e6c commit 294cc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Expand Up @@ -24,8 +24,8 @@
newMsgP.innerHTML = "<strong>" + msg.sentBy + "</strong>: " + msg.message;
chatBox.appendChild(newMsgP);

//window.navigator.vibrate(200);
//notifSoundElement.play();
window.navigator.vibrate(200);
notifSoundElement.play();


chatBox.scrollTop = chatBox.scrollHeight;
Expand Down

0 comments on commit 294cc33

Please sign in to comment.