Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes to mobile app
  • Loading branch information
met18001 committed Feb 27, 2020
1 parent a98dac9 commit 8cb9b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/main.css
Expand Up @@ -21,6 +21,7 @@ h1{
bottom: 50px;
right: 0px;
left: 0px;
top: 60px;

}
#chatInput{
Expand Down
1 change: 1 addition & 0 deletions js/main.js
Expand Up @@ -57,6 +57,7 @@ document.querySelector("#sendBtn").addEventListener('click', function(){
let src = 'img/notif.mp3';
let audio = new Audio(src);
audio.play();
window.navigator.vibrate(200);
});


0 comments on commit 8cb9b63

Please sign in to comment.