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 201f38fc7d
commit be30c91cec

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