Searched refs:boardIsDefault (Results 1 – 1 of 1) sorted by relevance
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 103 …if (boardIsDefault(debugShortcutSquare)) { boardShortcut(debugShortcutSquare, "pgn4web v" + pgn4we… 113 …if (boardIsDefault(debugShortcutSquare)) { boardShortcut(debugShortcutSquare, "pgn4web v" + pgn4we… 114 …&& ((LiveBroadcastDelay === 0) || (LiveBroadcastAlert === true)) && (boardIsDefault(debugShortcutS… 459 function boardIsDefault(square) { function 616 if (boardIsDefault("G7")) { boardShortcut("G7", "", function(t,e){}, true); } 617 …if (boardIsDefault("A6")) { boardShortcut("A6", "pause live broadcast automatic games refresh", fu… 618 …if (boardIsDefault("B6")) { boardShortcut("B6", "restart live broadcast automatic games refresh", … 619 …if (boardIsDefault("H6")) { boardShortcut("H6", "force live broadcast games refresh", function(t,e… 621 …if (boardIsDefault("G7")) { boardShortcut("G7", "toggle autoplay next game", function(t,e){ SetAut… 622 if (boardIsDefault("A6")) { boardShortcut("A6", "", function(t,e){}, true); } [all …]
|