Bug339116 --> unable to edit the days text box for automatically deleting junk mail. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2006-05-24 18:29:48 +00:00
Родитель 1308778490
Коммит 68aa44202e
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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()