Skip to content

Commit

Permalink
Update chess.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Madzhini authored Nov 21, 2021
1 parent f927f2f commit 6041c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/chess.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ var chess = (function() {
oBoardTable.appendChild(gridBody);

oBoardTable.id = "flatChessboard";
oBoardTable.style.width = String(nFlatBoardSide) + "px";
oBoardTable.style.height = String(nFlatBoardSide) + "px";
etc.oFlatVwArea.appendChild(oBoardTable);
etc.bFlatView = true;
}
Expand Down

0 comments on commit 6041c79

Please sign in to comment.