1
Fork 0

Enable key navigation for chess games.

master
vonavi 2014-04-12 16:32:58 +03:00
parent ee3ba7c3d4
commit a4ae7fd44c
1 changed files with 1 additions and 0 deletions

View File

@ -40,4 +40,5 @@ layout: default
SetImageType("png");
SetGameSelectorOptions("Выбрать партию ...", false, 0, 0, 0, 15, 15, 0, 10); // (head, num, chEvent, chSite, chRound, chWhite, chBlack, chResult, chDate);
SetCommentsIntoMoveText(false);
SetShortcutKeysEnabled(true);
</script>