Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js48 function customPgnCommentTag(customTag, htmlElementId, plyNum, varId) { argument
52 if (typeof(plyNum) == "undefined") { plyNum = CurrentPly; }
53 …if ((MoveCommentsVar[varId][plyNum]) && (matches = MoveCommentsVar[varId][plyNum].match('\\[%' + c…
1330 function clockFromComment(plyNum) { argument
1331 return customPgnCommentTag("clk", null, plyNum);