зеркало из https://github.com/mozilla/pjs.git
Fixing bug 104358. js warnings in smtpserverlist.js. r=bhuvan
This commit is contained in:
Родитель
e9cd1d99ec
Коммит
e27062d2a6
|
@ -147,7 +147,7 @@ function refreshServerList()
|
|||
fillSmtpServers(treeChildren,smtpService.smtpServers, defaultServer);
|
||||
|
||||
// restore selection
|
||||
for (var i=0; i< oldSelectedIds.length; i++) {
|
||||
for (i=0; i< oldSelectedIds.length; i++) {
|
||||
var element = document.getElementById(oldSelectedIds[i]);
|
||||
if (element)
|
||||
serverList.selectItem(element);
|
||||
|
|
Загрузка…
Ссылка в новой задаче