remove busted error logic from error.js

This commit is contained in:
timm%netscape.com 1998-08-06 23:18:49 +00:00
Родитель 79086deceb
Коммит 504a8fd7a3
1 изменённых файлов: 1 добавлений и 11 удалений

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

@ -21,12 +21,7 @@ function go( msg )
{
if ( parent.parent.globals.document.vars.editMode.value != "yes" )
{
if ( msg == parent.parent.globals.document.vars.path.value )
{
parent.parent.globals.document.vars.tryAgain.value = "yes";
return checkData();
}
return false;
return true;
}
else
{
@ -36,11 +31,6 @@ function go( msg )
}
}
function checkData()
{
return true;
}
function showErrorLayer()
{
if ( document.layers[ "IAS Mode" ] && document.layers[ "NCI Mode" ] )