New UI - Fixed session timeout dialog

This commit is contained in:
will 2010-11-02 13:13:02 -07:00
parent 7354116517
commit ca2baddbf4
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ $(document).ready(function() {
// default is to redisplay the login page
if (onLogoutCallback()) {
if (refresh) {
location.replace('/client/new');
location.replace('/client');
return false;
}
$("#account_password").val("");