зеркало из https://github.com/mozilla/pjs.git
Fixed disabling of menulist in Insert Character dialog; Fix by jrgm: b=96703, r=cmanske, sr=kin
This commit is contained in:
Родитель
25cc439a66
Коммит
0b88abda88
|
@ -198,6 +198,7 @@ function SelectLatinModifier()
|
|||
function DisableLatinL(disable)
|
||||
{
|
||||
LatinL_Label.setAttribute("disabled", disable ? "true" : "false");
|
||||
LatinL.setAttribute("disabled", disable ? "true" : "false");
|
||||
}
|
||||
|
||||
function UpdateLatinL()
|
||||
|
|
Загрузка…
Ссылка в новой задаче