1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:25:56 +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

@@ -995,10 +995,6 @@ function reverseHeadlineOrder() {
}
}
function showFeedsWithErrors() {
displayDlg('feedUpdateErrors');
}
function scheduleFeedUpdate(id, is_cat) {
try {
if (!id) {