added the ability to click the logo to go to the test. closes #7

This commit is contained in:
Jack 2020-05-15 03:28:13 +01:00
parent 663624ea32
commit 4b05dd910a

View file

@ -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);