Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
some changes
  • Loading branch information
met18001 committed Mar 3, 2020
1 parent 6cb2bd9 commit cd8dac4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion css/main.css
Expand Up @@ -35,7 +35,6 @@ h1{
justify-content: space-between;
height: 80px;
padding: .5em;
border-radius: 30px;
margin-top: 30px;
}
#sendBtn{
Expand Down
Binary file added img/soothing_flute.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion js/main.js
Expand Up @@ -54,7 +54,7 @@ document.querySelector("#sendBtn").addEventListener('click', function(){
makeAndDisplaymMessage("me","now", document.querySelector("#newMsg").value);
document.querySelector("#newMsg").value = "";
document.querySelector("#newMsg").focus();
let src = 'img/notif.mp3';
let src = 'img/soothing_flute.mp3';
let audio = new Audio(src);
audio.play();
window.navigator.vibrate(200);
Expand Down

0 comments on commit cd8dac4

Please sign in to comment.