mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug #285831 --> Opening accountmanager from mail compose leads to a blank account panel.
This commit is contained in:
parent
0b4c6bf4e9
commit
bc9098c31c
@ -167,7 +167,7 @@ function onLoad() {
|
||||
setDefaultButton = document.getElementById("setDefaultButton");
|
||||
|
||||
sortAccountList(accounttree);
|
||||
setTimeout(selectServer, 0, selectedServer.serverURI, selectPage);
|
||||
setTimeout(selectServer, 0, selectedServer ? selectedServer.serverURI : "", selectPage);
|
||||
}
|
||||
|
||||
function sortAccountList(accounttree)
|
||||
|
Loading…
Reference in New Issue
Block a user