diff --git a/game/game.js b/game/game.js index ca7caf84f..b5c8f8d87 100644 --- a/game/game.js +++ b/game/game.js @@ -32272,7 +32272,7 @@ that._cache.rules=[]; that._cache.style=document.createElement("style"); that._cache.style.id="game.dynamicStyle"; - document.head.append(that._cache.style); + document.head.appendChild(that._cache.style); that._cache.sheet = that._cache.style.sheet; delete game.dynamicStyle.init; return true;