summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-08 15:37:50 +0400
committerAndrew Dolgov <[email protected]>2011-04-08 15:37:50 +0400
commite57e73ef29e050fd33223b009397c5d6c13d38e9 (patch)
treefa39685f4ed1a7e0e93039e8d7500cc11b6b08dd /tt-rss.js
parent0a13e84edb1c2cbd0b11c06b1e4fa01680611339 (diff)
rework feed update errors and inactive feeds dialogs
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tt-rss.js b/tt-rss.js
index ac85b7821..cb3fa26f8 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -995,10 +995,6 @@ function reverseHeadlineOrder() {
}
}
-function showFeedsWithErrors() {
- displayDlg('feedUpdateErrors');
-}
-
function scheduleFeedUpdate(id, is_cat) {
try {
if (!id) {