This commit is contained in:
libccy 2017-03-28 17:12:08 +08:00
parent 157abc2d32
commit f6ca4682f6
3 changed files with 4 additions and 6 deletions

View File

@ -23801,14 +23801,12 @@
},
uncheck:function(){
var i,j;
if(true){
if(game.chess){
var shadows=ui.chessContainer.getElementsByClassName('playergrid temp');
while(shadows.length){
shadows[0].remove();
}
}
}
var argc=arguments.length;
var args=new Array(argc);
for(var i=0;i<argc;i++){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB