if (0) out the targetWindow stuff until window modality/enable stuff is sorted out.
This commit is contained in:
rginda%netscape.com 2002-02-16 11:00:34 +00:00
Родитель adb60f229e
Коммит 83f80309b6
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -142,7 +142,7 @@ function vnk_exehook (frame, type, rv)
if (cx)
{
cx.scriptsEnabled = true;
if (targetWindow)
if (0 && targetWindow)
{
targetWindow.enabled = true;
if (wasModal)
@ -151,6 +151,7 @@ function vnk_exehook (frame, type, rv)
}
delete console.frames;
delete console.targetWindow;
if ("__exitAfterContinue__" in console)
window.close();