- Timestamp:
- 11/14/10 21:19:18 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/nightwing-backfire/nightwing/www/cgi-bin/resetUsersSelected.cgi
r540 r542 23 23 } 24 24 function delayer(){ 25 window.location = "/cgi-bin/clientOnLine.html" 26 window.location.replace(); 25 if(!window.location.toString().match(/clientOnLine/)){ 26 window.location = "/cgi-bin/clientOnLine.html" 27 window.location.replace(); 27 28 } 29 } 28 30 </script> 29 31 </head>