84607: Hide (not just disable) spellchecker pref UI, if there is no spellchecker installed.

r=ducarroz, sr=bienvenu, a=asa
This commit is contained in:
mozilla.BenB%bucksch.org 2002-03-27 06:47:50 +00:00
Родитель b418206f03
Коммит 9c840ea9ac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -44,7 +44,7 @@
if (!spellChecker) {
var spellCheckerCheckbox = document.getElementById("spellCheckBeforeSend");
spellCheckerCheckbox.setAttribute("disabled","true");
spellCheckerCheckbox.setAttribute("hidden","true");
}
}
]]>