Bug 284798 Advanced button should be hidden for news servers sr=mscott

git-svn-id: svn://10.0.0.236/trunk@170174 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk 2005-03-04 21:44:40 +00:00
parent 730e921e28
commit c80836f4b6

View File

@ -83,8 +83,7 @@ function onPreInit(account, accountValues)
catch (ex) { }
if (hideButton)
document.getElementById("server.advancedbutton").setAttribute("hidden", "true");
else
document.getElementById("server.advancedbutton").removeAttribute("hidden");
// otherwise let hideShowControls decide
}
function initServerType()