зеркало из https://github.com/mozilla/pjs.git
Bug #285831 --> Opening accountmanager from mail compose leads to a blank account panel.
This commit is contained in:
Родитель
bcd85ba9a6
Коммит
155cf0c37d
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче