Changeset 542 for branches

Show
Ignore:
Timestamp:
11/14/10 21:19:18 (19 months ago)
Author:
JulioCP
Message:

Fix redirection issue in resetUsersSelected.cgi

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/nightwing-backfire/nightwing/www/cgi-bin/resetUsersSelected.cgi

    r540 r542  
    2323      } 
    2424      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(); 
    2728        } 
     29      } 
    2830    </script> 
    2931  </head>