Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1719 LiveBroadcastFoundOldGame = false;
1721LiveBroadcastFoundOldGame = (gameWhite[ii]==oldWhite) && (gameBlack[ii]==oldBlack) && (gameEvent[i…
1722 if (LiveBroadcastFoundOldGame) { break; }
1724 if (LiveBroadcastFoundOldGame) { initialGame = ii + 1; }
1726 if (LiveBroadcastFoundOldGame) {
1743 if (LiveBroadcastFoundOldGame) {
1753 if (LiveBroadcastFoundOldGame) {
1915 var LiveBroadcastFoundOldGame = false; variable