another oops

This commit is contained in:
ben%netscape.com 2003-02-01 09:50:03 +00:00
parent 4ef5195732
commit 598fa9ced6

View File

@ -34,6 +34,13 @@
#
# ***** END LICENSE BLOCK *****
try {
var chromeRegistry = Components.classes["@mozilla.org/chrome/chrome-registry;1"].getService();
if (chromeRegistry)
chromeRegistry = chromeRegistry.QueryInterface(Components.interfaces.nsIXULChromeRegistry);
}
catch(e) {}
function Startup()
{
var extList = document.getElementById("extList");