Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dengine.js15 var pgn4web_engineWindowWidth = 30 * 10; variable
40 pgn4web_engineWindowWidth = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
89 … if (pgn4web_engineWindowWidth) { options = "width=" + pgn4web_engineWindowWidth + "," + options; }