| Index: tools/page_cycler/common/head.js
|
| ===================================================================
|
| --- tools/page_cycler/common/head.js (revision 101047)
|
| +++ tools/page_cycler/common/head.js (working copy)
|
| @@ -74,8 +74,11 @@
|
| document.location.href = url;
|
| }
|
| function __onload() {
|
| - if (__results)
|
| + if (__results) {
|
| + // Set a variable to indicate that the result report page is loaded.
|
| + document.cookie = " __navigated_to_report=1; path=/";
|
| return;
|
| + }
|
| var unused = document.body.offsetHeight; // force layout
|
|
|
| var ts = 0, td = 0, te = (new Date()).getTime(), tf = 0;
|
|
|