This commit is contained in:
alecf%netscape.com 2000-10-05 21:23:45 +00:00
Родитель 977a2827a9
Коммит 130a559975
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -428,7 +428,7 @@ function onPanelLoaded(pageId) {
// the account data, and then restore theh page
if (pageId == currentPageId) {
clearAccountData(currentServerId, currentPageId);
restorePage(currentServerId, currentPageId);
restorePage(currentPageId, currentServerId);
}
} else {
@ -734,7 +734,7 @@ function getValueArrayFor(serverId) {
function clearAccountData(serverId, pageId)
{
getValueArrayFor(serverId)[pageId] = null;
accountArray[serverId] = null;
}
function getServerIdAndPageIdFromTree(tree)