1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:15:56 +00:00

tweak feed errors notification

This commit is contained in:
Andrew Dolgov
2006-12-01 07:26:05 +01:00
parent d96d11f4ff
commit a3656a415f
4 changed files with 46 additions and 21 deletions

View File

@@ -1544,3 +1544,7 @@ function editFeedCats() {
xmlhttp.onreadystatechange=infobox_callback;
xmlhttp.send(null);
}
function showFeedsWithErrors() {
displayDlg('feedUpdateErrors');
}