This commit is contained in:
parent
77a8e5d68e
commit
020f5e4a58
|
@ -32852,7 +32852,7 @@
|
|||
if(lib.config.change_skin_auto!='off'){
|
||||
_status.skintimeout=setTimeout(ui.click.autoskin,parseInt(lib.config.change_skin_auto));
|
||||
}
|
||||
if(lib.config.border_style.indexOf('dragon_')==0){
|
||||
if(lib.config.border_style&&lib.config.border_style.indexOf('dragon_')==0){
|
||||
ui.arena.dataset.framedecoration=lib.config.border_style.slice(7);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue