зеркало из https://github.com/mozilla/gecko-dev.git
remove busted error logic from error.js
This commit is contained in:
Родитель
79086deceb
Коммит
504a8fd7a3
|
@ -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" ] )
|
||||
|
|
Загрузка…
Ссылка в новой задаче