diff --git a/public/js/script.js b/public/js/script.js index 9803b5797..161400564 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -731,6 +731,10 @@ function updateAccountLoginButton() { } } +$(document).on("click", "#top .logo", (e) => { + changePage('test'); +}); + $(document).on("click", "#top .config .wordCount .button", (e) => { wrd = e.currentTarget.innerHTML; changeWordCount(wrd);