diff --git a/main.js b/main.js index 4e1191d..b677e40 100644 --- a/main.js +++ b/main.js @@ -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(){