1
0

Remove redundant img creation in animeCat.js

This commit is contained in:
2025-05-26 07:03:33 +02:00
parent 0d3b5ec57a
commit 985c3aff8e

View File

@@ -49,9 +49,6 @@ window.AnimeCat = class AnimeCat {
zIndex: '1'
});
this.img = document.createElement('img');
this.img.src = this.images.default;
// --- Cat image ---
this.img = document.createElement('img');
this.img.src = this.images.default;