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

This commit is contained in:
scott%scott-macgregor.org 2005-05-19 19:39:10 +00:00
Родитель ea397004c4
Коммит f2d04008fa
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;
}