Merge pull request #12 from Fluffy-Bean/main

Catchup with fixes
This commit is contained in:
Michał 2023-04-01 19:27:42 +01:00 committed by GitHub
commit 696e72e3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
label.style.opacity = 1;
}.bind(this), 250);
}, 250);
});
labels[i].addEventListener('mouseout', function() {