зеркало из https://github.com/mozilla/pjs.git
another oops
This commit is contained in:
Родитель
0da41bd4c1
Коммит
c3fbf69fc3
|
@ -34,6 +34,13 @@
|
||||||
#
|
#
|
||||||
# ***** END LICENSE BLOCK *****
|
# ***** 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()
|
function Startup()
|
||||||
{
|
{
|
||||||
var extList = document.getElementById("extList");
|
var extList = document.getElementById("extList");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче