This commit is contained in:
parent
84b9425666
commit
17cb0ba9e9
|
@ -3253,6 +3253,9 @@
|
|||
if(window.isNonameServer){
|
||||
lib.config.mode='connect';
|
||||
}
|
||||
if(lib.device=='android'&&lib.config.layout=='phone'&&window.devicePixelRatio>1&&document.documentElement.offsetWidth<960){
|
||||
document.documentElement.style.zoom=document.documentElement.offsetWidth/960;
|
||||
}
|
||||
|
||||
for(i in character.pack){
|
||||
if(lib.config.hiddenCharacterPack.indexOf(i)==-1){
|
||||
|
|
Loading…
Reference in New Issue