зеркало из https://github.com/mozilla/gecko-dev.git
fix prefwindow js errors, r=hyatt
This commit is contained in:
Родитель
06405d62b3
Коммит
a60502ab96
|
@ -29,12 +29,13 @@
|
|||
function Startup()
|
||||
{
|
||||
hPrefWindow = new nsPrefWindow('panelFrame');
|
||||
hPrefWindow.init();
|
||||
|
||||
if( !hPrefWindow )
|
||||
throw "failed to create prefwindow";
|
||||
|
||||
<!-- If this call worked, we could center the window here: -->
|
||||
<!-- centerWindowOnScreen(); -->
|
||||
// If this call worked, we could center the window here:
|
||||
// centerWindowOnScreen();
|
||||
|
||||
// modify the cookie tree entry if imageblocking is disabled.
|
||||
if( hPrefWindow.getPref( "bool", "imageblocker.enabled" ) )
|
||||
|
|
Загрузка…
Ссылка в новой задаче