fix last commit

pull/171/head
Aevann 2023-07-14 14:46:21 +03:00
parent 735632e56f
commit 6c2ba09e7f
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ var Bug = {
this.inserted = true;
if (this.options.imageSprite == '/i/spider-sprite.webp')
body.appendChild(this.bug);
document.body.appendChild(this.bug);
else
awards_container.appendChild(this.bug);
}