diff --git a/animeCat.js b/animeCat.js index 5145f2d..a0f28ae 100644 --- a/animeCat.js +++ b/animeCat.js @@ -135,7 +135,7 @@ window.AnimeCat = class AnimeCat { // Zeigt Progress der täglichen Commits an _animateCatGlow(commitCount) { this.glow = this.wrapper.querySelector('#cat-glow'); - if (!glow) return; + if (!this.glow) return; const factor = Math.min(commitCount / 10, 1);