This commit is contained in:
parent
157abc2d32
commit
f6ca4682f6
10
game/game.js
10
game/game.js
|
@ -23801,12 +23801,10 @@
|
|||
},
|
||||
uncheck:function(){
|
||||
var i,j;
|
||||
if(true){
|
||||
if(game.chess){
|
||||
var shadows=ui.chessContainer.getElementsByClassName('playergrid temp');
|
||||
while(shadows.length){
|
||||
shadows[0].remove();
|
||||
}
|
||||
if(game.chess){
|
||||
var shadows=ui.chessContainer.getElementsByClassName('playergrid temp');
|
||||
while(shadows.length){
|
||||
shadows[0].remove();
|
||||
}
|
||||
}
|
||||
var argc=arguments.length;
|
||||
|
|
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 |
Loading…
Reference in New Issue