mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
fix up button showing for error2.htm
This commit is contained in:
parent
18ac4ccfe9
commit
7cfe8bd06f
@ -307,6 +307,16 @@ function generateControls()
|
||||
if ( editMode == true )
|
||||
showBack = true;
|
||||
}
|
||||
else if ( formName == "error2.htm" )
|
||||
{
|
||||
showBack = true;
|
||||
showExit = true;
|
||||
showNext = false;
|
||||
showAgain = true;
|
||||
showDone = false;
|
||||
if ( editMode == true )
|
||||
showBack = true;
|
||||
}
|
||||
else if ( formName == "later.htm" )
|
||||
{
|
||||
showBack = false;
|
||||
|
Loading…
Reference in New Issue
Block a user