added code to pull down the support window

This commit is contained in:
timm%netscape.com 1998-08-06 20:43:07 +00:00
Родитель 2b702b54ac
Коммит e13698bfe6
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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();
}