Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js16 var helpWin; variable
18 if (helpWin && !helpWin.closed) { helpWin.close(); }
19helpWin = window.open(detectHelpLocation() + (section ? "?" + section : ""), "pgn4web_help", "resi…
20 if (helpWin && window.focus) { helpWin.focus(); }