зеркало из https://github.com/mozilla/pjs.git
fix for bug #218774
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:
Родитель
b24fd078b9
Коммит
d23c3e1cc0
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче