fix compatibility.

This commit is contained in:
Rintim 2023-09-07 23:15:25 +08:00
parent 598beb4696
commit a9d10ba774
1 changed files with 1 additions and 1 deletions

View File

@ -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;