зеркало из https://github.com/mozilla/gecko-dev.git
fix js warning.
This commit is contained in:
Родитель
4f7a6efa1b
Коммит
a03949db31
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче