ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/shared/title.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/shared/title.inc.php (file contents):
Revision 1.10 by pjm2, Thu Mar 22 17:41:41 2001 UTC vs.
Revision 1.11 by pjm2, Thu Mar 22 18:32:54 2001 UTC

# Line 23 | Line 23
23      setTimeout("pScroll();", 50);
24    }
25    function waitThenReload() {
26 <    setTimeout("location.reload();", 2000);
26 >    if (document.body.clientHeight + 100 > document.body.scrollHeight) {
27 >      setTimeout("location.reload();", 10000);
28 >    }
29 >    else {
30 >      location.reload();
31 >    }
32    }
33    //-->
34    </script>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines