Added code to set the debugFlag

This commit is contained in:
racham%netscape.com 1998-10-08 06:53:38 +00:00
Родитель 77827a2002
Коммит 5ae49735d9
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -257,6 +257,16 @@ function loadUserInput()
function loadGlobalData()
{
if (document.vars.debugMode.value.toLowerCase() != "yes")
{
debug ("debugMode Flag is OFF");
}
else
{
debug ("debugMode Flag is ON");
top.debugFlag = true;
}
netscape.security.PrivilegeManager.enablePrivilege("AccountSetup");
if ( document.setupPlugin == null )
@ -309,6 +319,8 @@ function loadGlobalData()
else if ( existingPathFlag == "yes" && newPathFlag != "yes" )
document.vars.path.value = "Existing Path";
// debug("***PATH VALUE = " + document.vars.path.value);
document.vars.oneStepMode.value = "";
var oneStepModeFlag = parent.parent.globals.GetNameValuePair( acctSetupFile, "Mode Selection", "OneStepMode" );
oneStepModeFlag = oneStepModeFlag.toLowerCase();