fix ubO pt.5

This commit is contained in:
wuggy 2026-09-14 15:57:30 -07:00
commit ae54ac8e28
8 changed files with 63 additions and 6 deletions

View file

@ -922,7 +922,9 @@ BrowserGlue.prototype = {
AutoCompletePopup.init();
DateTimePickerHelper.init();
this._firstWindowLoaded();
if (typeof this._firstWindowLoaded == "function") {
this._firstWindowLoaded();
}
},
/**