bug 164527 r=timeless sr=bz moa=ben remove unused function
This commit is contained in:
Родитель
88b8067b94
Коммит
80797b8c98
|
@ -236,30 +236,6 @@ function onExit()
|
|||
return true;
|
||||
}
|
||||
|
||||
function foo()
|
||||
{
|
||||
if( !set ) {
|
||||
if( profileManagerMode == "manager" )
|
||||
oldCaptionManager = document.getElementById( "caption" ).firstChild.nodeValue;
|
||||
else
|
||||
oldCaptionSelection = document.getElementById( "caption" ).firstChild.nodeValue;
|
||||
ChangeCaption( "What Is Mozollia?" ); // DO NOT LOCALIZE!
|
||||
set = true;
|
||||
}
|
||||
else {
|
||||
var tempCaption = document.getElementById( "caption" ).firstChild.nodeValue;
|
||||
if( profileManagerMode == "manager" ) {
|
||||
ChangeCaption( oldCaptionManager );
|
||||
oldCaptionManager = tempCaption;
|
||||
}
|
||||
else {
|
||||
ChangeCaption( oldCaptionSelection )
|
||||
oldCaptionSelection = tempCaption;
|
||||
}
|
||||
set = false;
|
||||
}
|
||||
}
|
||||
|
||||
function SetUpOKCancelButtons()
|
||||
{
|
||||
doSetOKCancel( onStart, onExit, null, null );
|
||||
|
|
Загрузка…
Ссылка в новой задаче