Fixed disabling of menulist in Insert Character dialog; Fix by jrgm: b=96703, r=cmanske, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-09-19 00:26:00 +00:00
parent 686f97a24b
commit 6fdb349799

View File

@ -198,6 +198,7 @@ function SelectLatinModifier()
function DisableLatinL(disable)
{
LatinL_Label.setAttribute("disabled", disable ? "true" : "false");
LatinL.setAttribute("disabled", disable ? "true" : "false");
}
function UpdateLatinL()