clear filter (and spam) log doesn't appear to work, you have to close and re open the dialog

r/sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2004-04-18 17:25:25 +00:00
Родитель b24fd078b9
Коммит d23c3e1cc0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -31,6 +31,6 @@ function clearLog()
gSpamSettings.clearLog();
// reload the newly truncated file
gLogView.setAttribute("src", gSpamSettings.logURL);
gLogView.reload();
}

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

@ -31,6 +31,6 @@ function clearLog()
gFilterList.clearLog();
// reload the newly truncated file
gLogView.setAttribute("src", gFilterList.logURL);
gLogView.reload();
}