зеркало из https://github.com/mozilla/gecko-dev.git
remove 2stpwrap.htm
This commit is contained in:
Родитель
f1095a2eb2
Коммит
16be3cd2ca
|
@ -17,8 +17,8 @@
|
||||||
*/
|
*/
|
||||||
<!-- to hide script contents from old browsers
|
<!-- to hide script contents from old browsers
|
||||||
|
|
||||||
var globals = parent.parent.parent.globals;
|
var globals = parent.parent.globals;
|
||||||
var controls = parent.parent.controls;
|
var controls = parent.controls;
|
||||||
|
|
||||||
function go( msg )
|
function go( msg )
|
||||||
{
|
{
|
||||||
|
@ -57,11 +57,11 @@ function insertISPName()
|
||||||
|
|
||||||
function loadData()
|
function loadData()
|
||||||
{
|
{
|
||||||
parent.twostepfooter.document.writeln( "<BODY BACKGROUND='images/bg.gif' BGCOLOR='cccccc'>" );
|
//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( "<P>If you have trouble setting up your account call " );
|
||||||
parent.twostepfooter.document.writeln( globals.getSelectedISPName() );
|
//parent.twostepfooter.document.writeln( globals.getSelectedISPName() );
|
||||||
parent.twostepfooter.document.writeln( "at (support number).</P>" );
|
//parent.twostepfooter.document.writeln( "at (support number).</P>" );
|
||||||
parent.twostepfooter.document.close();
|
//parent.twostepfooter.document.close();
|
||||||
|
|
||||||
if ( controls.generateControls )
|
if ( controls.generateControls )
|
||||||
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 ] = new Array();
|
||||||
pages[ 56 ][ 0 ] = new page( "moreinfo.htm", null, null );
|
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 ] = 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[ 57 ][ 1 ] = new method( "register.htm", "parent.content.go( '' )", true );
|
||||||
|
|
||||||
pages[ 8 ] = new Array();
|
pages[ 8 ] = new Array();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче