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