Skip to content

Commit

Permalink
fix addPieceZIndex on coordinate training
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 22, 2019
1 parent 4b393c7 commit 75fc042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/site/src/standalones/coordinate.js
Expand Up @@ -31,7 +31,7 @@ $(function() {
color: null
},
orientation: color,
addPieceZIndex: $('#top').hasClass('is3d')
addPieceZIndex: $('#main-wrap').hasClass('is3d')
});
else if (color !== ground.state.orientation) ground.toggleOrientation();
$trainer.removeClass('white black').addClass(color);
Expand Down

0 comments on commit 75fc042

Please sign in to comment.