forked from MarseyWorld/MarseyWorld
fix last commit
parent
735632e56f
commit
6c2ba09e7f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue