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
parent b418206f03
commit 9c840ea9ac

View File

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