Home
last modified time | relevance | path

Searched refs:boardIsDefault (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js103 …if (boardIsDefault(debugShortcutSquare)) { boardShortcut(debugShortcutSquare, "pgn4web v" + pgn4we…
459 function boardIsDefault(square) { function
616 if (boardIsDefault("G7")) { boardShortcut("G7", "", function(t,e){}, true); }
619 …if (boardIsDefault("H6")) { boardShortcut("H6", "force live broadcast games refresh", function(t,e…
622 if (boardIsDefault("A6")) { boardShortcut("A6", "", function(t,e){}, true); }
623 if (boardIsDefault("B6")) { boardShortcut("B6", "", function(t,e){}, true); }
624 if (boardIsDefault("H6")) { boardShortcut("H6", "", function(t,e){}, true); }
635 …if (boardIsDefault("B1")) { boardShortcut("B1", "move 10 half-moves backward", function(t,e){ GoTo…
636 …if (boardIsDefault("G1")) { boardShortcut("G1", "move 10 half-moves forward", function(t,e){ GoToM…
642 …if (boardIsDefault("C1")) { boardShortcut("C1", "move 6 half-moves backward", function(t,e){ GoToM…
[all …]