mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
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:
parent
b418206f03
commit
9c840ea9ac
@ -44,7 +44,7 @@
|
||||
|
||||
if (!spellChecker) {
|
||||
var spellCheckerCheckbox = document.getElementById("spellCheckBeforeSend");
|
||||
spellCheckerCheckbox.setAttribute("disabled","true");
|
||||
spellCheckerCheckbox.setAttribute("hidden","true");
|
||||
}
|
||||
}
|
||||
]]>
|
||||
|
Loading…
Reference in New Issue
Block a user