зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b418206f03
Коммит
9c840ea9ac
|
@ -44,7 +44,7 @@
|
|||
|
||||
if (!spellChecker) {
|
||||
var spellCheckerCheckbox = document.getElementById("spellCheckBeforeSend");
|
||||
spellCheckerCheckbox.setAttribute("disabled","true");
|
||||
spellCheckerCheckbox.setAttribute("hidden","true");
|
||||
}
|
||||
}
|
||||
]]>
|
||||
|
|
Загрузка…
Ссылка в новой задаче