This commit is contained in:
sspitzer%netscape.com 2002-09-26 01:58:44 +00:00
Родитель 3d94096754
Коммит fc57cf735b
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -104,8 +104,6 @@ function onAccept()
function storeSettings(aSettings, aLoggingEnabled)
{
dump("XXX aLoggingEnabled " + aLoggingEnabled + "\n");
aSettings.level = document.getElementById("level").selectedItem.getAttribute("value");
aSettings.moveOnSpam = document.getElementById("moveOnSpam").checked;
@ -123,6 +121,5 @@ function storeSettings(aSettings, aLoggingEnabled)
function doHelpButton()
{
// until we have help, I use this for testing
dump("XXX " + gSpamSettings[gCurrentServer.key].settings.loggingEnabled + "\n");
// implement help
}