This commit is contained in:
libccy 2017-03-20 16:15:34 +08:00
parent 77a8e5d68e
commit 020f5e4a58
1 changed files with 1 additions and 1 deletions

View File

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