Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1
  • Loading branch information
yuh19027 committed Mar 10, 2020
1 parent e3253cd commit 065c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -62,7 +62,7 @@ if ('serviceWorker' in navigator) {
}
}

//** All the triggers and event listener assignments down here... */
/** All the triggers and event listener assignments down here... */

// assign the "Make New Message" function to the button click
document.querySelector("#sendBtn").addEventListener('click', function(){
Expand Down

0 comments on commit 065c0c1

Please sign in to comment.