Searched defs:window (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/web/
H A Dutils.js30 window.onload = function() {
44 * window (i.e. the space between the header and the bottom of the window) and
55 if (!window.location.hash) {
57 window.location.hash=h
78 $(window).resize(
129 hash = "&h=" + window.location.hash.substring(1, window.location.hash.length);
130 window.location = link + hash;
157 $(window)
[all...]

Completed in 13 milliseconds