clearing word highlights elements

This commit is contained in:
Jack 2020-08-14 01:58:15 +01:00
parent 5455ce5e64
commit 0d79b3f1cf

View file

@ -3792,6 +3792,10 @@ $(document).on("mouseleave", "#words .word", (e) => {
$(".wordInputAfter").remove();
});
$("#wpmChart").on("mouseleave", (e) => {
$(".wordInputAfter").remove();
});
$(document).ready(() => {
updateFavicon(32, 14);
$("body").css("transition", ".25s");