This commit is contained in:
sspitzer%netscape.com 2002-11-09 06:49:34 +00:00
Родитель 4f7a6efa1b
Коммит a03949db31
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -696,8 +696,8 @@ function onAccountClick(tree) {
// show the page for the given server:
// - save the old values
// - start loading the new page
function showPage(serverId, pageId) {
function showPage(serverId, pageId)
{
if (pageId == currentPageId &&
serverId == currentServerId)
return;
@ -707,7 +707,7 @@ function showPage(serverId, pageId) {
if (gSmtpHostNameIsIllegal) {
gSmtpHostNameIsIllegal = false;
return false;
return;
}
// save the previous page
@ -728,7 +728,6 @@ function showPage(serverId, pageId) {
else if (serverId != currentServerId) {
restorePage(pageId, serverId);
}
}
// page has loaded