mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-05 06:02:47 +00:00
136721 r=bhuvan sr=bienvenu. fixing bug where news server should be prepopulated in account wizard after running auto-subscribe urls.
This commit is contained in:
parent
d1b2204db6
commit
2348e89dc7
mailnews/base/prefs/resources/content
@ -111,7 +111,7 @@ function serverPageInit() {
|
||||
if (gOnNewsServerPage)
|
||||
{
|
||||
var newsServer = document.getElementById("newsServer");
|
||||
var pageData = parent.GetPageData()
|
||||
var pageData = parent.GetPageData();
|
||||
try
|
||||
{
|
||||
newsServer.value = pageData.newsserver.hostname.value;
|
||||
|
@ -88,7 +88,7 @@ function getIspDefaultsForEmail(email) {
|
||||
|
||||
var emailData = getEmailInfo(email);
|
||||
|
||||
var ispData;
|
||||
var ispData = null;
|
||||
if (emailData)
|
||||
ispData = getIspDefaultsForDomain(emailData.domain);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user