Home
last modified time | relevance | path

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

/plugin/panoview/
H A Dscript.js206 var calcHeight = 0;
209 calcHeight = window.innerHeight;
213calcHeight = (document.compatMode == 'CSS1Compat' ? document.documentElement.clientHeight : docume…
217 calcHeight = Math.max(calcHeight - 2 * border, 0);
222 if (calcHeight % 2) {
223 calcHeight--;
227 this.height = calcHeight;
/plugin/advrack/
H A Dscript.js50 var servers_height = calcHeight(rack['servers']);
51 var cages_height = calcHeight(rack['cages']);
235 function calcHeight (items) { function