fix compatibility.
This commit is contained in:
parent
598beb4696
commit
a9d10ba774
|
@ -32272,7 +32272,7 @@
|
||||||
that._cache.rules=[];
|
that._cache.rules=[];
|
||||||
that._cache.style=document.createElement("style");
|
that._cache.style=document.createElement("style");
|
||||||
that._cache.style.id="game.dynamicStyle";
|
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;
|
that._cache.sheet = that._cache.style.sheet;
|
||||||
delete game.dynamicStyle.init;
|
delete game.dynamicStyle.init;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue