bug 295121 - no securityUI in additional tabs, r=bz, a=asa

This commit is contained in:
mconnor%steelgryphon.com 2005-05-23 17:03:06 +00:00
Родитель b732bd9de4
Коммит 0002e2d56d
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -559,6 +559,11 @@
}
catch (e) {
}
try (e) {
var securityUI = this.securityUI;
}
catch (e) {
}
// Listen for first load for lazy attachment to form fill controller
this.addEventListener("load", this.onLoad, true);