fix for #35803 - call the onload handler so that the page is re-initialized too

r=putterman
This commit is contained in:
alecf%netscape.com 2000-08-10 23:09:26 +00:00
Родитель 2bbc6dbc4e
Коммит 020e12d7b0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ function onAdvanced(event)
if (args.result) {
// this is the wrong way to do this.
dump("reloading panel...\n");
parent.onPanelLoaded('am-smtp.xul');
onLoad();
}
}