Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dengine.js14 var pgn4web_engineWindowHeight = 30 * 12; // window height/width corresponding to default squareSiz… variable
36 pgn4web_engineWindowHeight = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
88 …if (pgn4web_engineWindowHeight) { options = "height=" + pgn4web_engineWindowHeight + "," + options…