зеркало из https://github.com/mozilla/pjs.git
added code to pull down the support window
This commit is contained in:
Родитель
2b702b54ac
Коммит
e13698bfe6
|
@ -37,6 +37,14 @@ function loadData()
|
|||
return;
|
||||
}
|
||||
|
||||
//globals.debug( "removing support window" );
|
||||
|
||||
if ( globals.supportWindow && globals.supportWindow != null )
|
||||
{
|
||||
globals.supportWindow.close();
|
||||
globals.supportWindow = null;
|
||||
}
|
||||
|
||||
if ( controls.generateControls )
|
||||
controls.generateControls();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче