1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 10:45:55 +00:00

rework feed update errors and inactive feeds dialogs

This commit is contained in:
Andrew Dolgov
2011-04-08 15:37:50 +04:00
parent 0a13e84edb
commit e57e73ef29
4 changed files with 104 additions and 33 deletions

View File

@@ -1159,10 +1159,6 @@ function editFeedCats() {
}
}
function showFeedsWithErrors() {
displayDlg('feedUpdateErrors');
}
function showInactiveFeeds() {
try {
var query = "backend.php?op=dlg&id=inactiveFeeds";