зеркало из https://github.com/mozilla/pjs.git
Bug339116 --> unable to edit the days text box for automatically deleting junk mail. sr=bienvenu
This commit is contained in:
Родитель
ebeef8cf32
Коммит
dec058766f
|
@ -71,7 +71,10 @@ function onPreInit(account, accountValues)
|
|||
|
||||
function updateMoveTargetMode(aEnable)
|
||||
{
|
||||
document.getElementById('broadcaster_moveMode').setAttribute('disabled', !aEnable);
|
||||
if (aEnable)
|
||||
document.getElementById('broadcaster_moveMode').removeAttribute('disabled');
|
||||
else
|
||||
document.getElementById('broadcaster_moveMode').setAttribute('disabled', "true");
|
||||
}
|
||||
|
||||
function updateSpamLevel()
|
||||
|
|
Загрузка…
Ссылка в новой задаче