diff --git a/animeCat.js b/animeCat.js index 9bb6b7b..5145f2d 100644 --- a/animeCat.js +++ b/animeCat.js @@ -111,7 +111,7 @@ window.AnimeCat = class AnimeCat { if (!this.wrapper.querySelector('#cat-glow')) { this.glow = document.createElement('div'); this.glow.id = 'cat-glow'; - this.wrapper.insertBefore(this.glow, this.img); // vor das Bild + this.wrapper.insertBefore(this.glow, this.img); } this.wrapper.appendChild(this.img); this.wrapper.appendChild(this.bubble);