1

Show all the game text, not only PGN notation.

This commit is contained in:
vonavi
2014-04-28 19:25:28 +03:00
parent 2173eef556
commit c2bf156e20
3 changed files with 3 additions and 41 deletions

View File

@@ -21,10 +21,6 @@ layout: default
<div id="GameText"></div>
</div>
<p></p>
<div id="GameMoveComment"></div>
</div>
<!-- pgn4web JavaScript -->
@@ -37,6 +33,6 @@ layout: default
SetImagePath("/assets/img/chesspieces/wikipedia");
SetImageType("png");
SetGameSelectorOptions("Выбрать партию ...", false, 0, 0, 0, 15, 15, 0, 10); // (head, num, chEvent, chSite, chRound, chWhite, chBlack, chResult, chDate);
SetCommentsIntoMoveText(false);
SetCommentsOnSeparateLines(true);
SetShortcutKeysEnabled(true);
</script>