mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
remove 2stpwrap.htm
This commit is contained in:
parent
f1095a2eb2
commit
16be3cd2ca
@ -17,8 +17,8 @@
|
||||
*/
|
||||
<!-- to hide script contents from old browsers
|
||||
|
||||
var globals = parent.parent.parent.globals;
|
||||
var controls = parent.parent.controls;
|
||||
var globals = parent.parent.globals;
|
||||
var controls = parent.controls;
|
||||
|
||||
function go( msg )
|
||||
{
|
||||
@ -57,11 +57,11 @@ function insertISPName()
|
||||
|
||||
function loadData()
|
||||
{
|
||||
parent.twostepfooter.document.writeln( "<BODY BACKGROUND='images/bg.gif' BGCOLOR='cccccc'>" );
|
||||
parent.twostepfooter.document.writeln( "<P>If you have trouble setting up your account call " );
|
||||
parent.twostepfooter.document.writeln( globals.getSelectedISPName() );
|
||||
parent.twostepfooter.document.writeln( "at (support number).</P>" );
|
||||
parent.twostepfooter.document.close();
|
||||
//parent.twostepfooter.document.writeln( "<BODY BACKGROUND='images/bg.gif' BGCOLOR='cccccc'>" );
|
||||
//parent.twostepfooter.document.writeln( "<P>If you have trouble setting up your account call " );
|
||||
//parent.twostepfooter.document.writeln( globals.getSelectedISPName() );
|
||||
//parent.twostepfooter.document.writeln( "at (support number).</P>" );
|
||||
//parent.twostepfooter.document.close();
|
||||
|
||||
if ( controls.generateControls )
|
||||
controls.generateControls();
|
||||
|
@ -135,10 +135,10 @@ pages[ 55 ][ 1 ] = new method( "moreinfo.htm", "parent.content.go( '' )", true )
|
||||
|
||||
pages[ 56 ] = new Array();
|
||||
pages[ 56 ][ 0 ] = new page( "moreinfo.htm", null, null );
|
||||
pages[ 56 ][ 1 ] = new method( "2stpwrap.htm", "parent.content.go( '' )", true );
|
||||
pages[ 56 ][ 1 ] = new method( "2step.htm", "parent.content.go( '' )", true );
|
||||
|
||||
pages[ 57 ] = new Array();
|
||||
pages[ 57 ][ 0 ] = new page( "2stpwrap.htm", null, null );
|
||||
pages[ 57 ][ 0 ] = new page( "2step.htm", null, null );
|
||||
pages[ 57 ][ 1 ] = new method( "register.htm", "parent.content.go( '' )", true );
|
||||
|
||||
pages[ 8 ] = new Array();
|
||||
|
Loading…
Reference in New Issue
Block a user