Bug #294580 --> changing accounts in folder pane doesn't change the account manager screen

git-svn-id: svn://10.0.0.236/trunk@173590 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2005-05-19 19:39:10 +00:00
parent 4af2ae2daa
commit d566a7dc31

View File

@ -513,6 +513,9 @@ function loadStartPage()
function ShowAccountCentral()
{
if (document.getElementById("displayDeck").selectedPanel == accountCentralBox)
ShowingAccountCentral(); // force us to reload account central because the user has switched accounts
else
document.getElementById("displayDeck").selectedPanel = accountCentralBox;
}