зеркало из https://github.com/mozilla/gecko-dev.git
Bug #233281 --> For now, make the manual mark setting independent of the enabled state of the
automatic move incoming messages setting. sr=bienvenu
This commit is contained in:
Родитель
e030358a4a
Коммит
e691712712
|
@ -254,9 +254,6 @@ function conditionallyEnableUI(id)
|
|||
document.getElementById("purge").disabled = !enabled;
|
||||
document.getElementById("purgeInterval").disabled = !enabled || !checked;
|
||||
document.getElementById("purgeLabel").disabled = !enabled;
|
||||
|
||||
if (!document.getElementById("manualMarkMode").disabled)
|
||||
document.getElementById("manualMarkMode0").disabled = !enabled;
|
||||
}
|
||||
|
||||
if (id == "purge") {
|
||||
|
|
Загрузка…
Ссылка в новой задаче