summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.js
parent0a13e84edb1c2cbd0b11c06b1e4fa01680611339 (diff)
rework feed update errors and inactive feeds dialogs
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/prefs.js b/prefs.js
index 9bca57cd9..05052093d 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1159,10 +1159,6 @@ function editFeedCats() {
}
}
-function showFeedsWithErrors() {
- displayDlg('feedUpdateErrors');
-}
-
function showInactiveFeeds() {
try {
var query = "backend.php?op=dlg&id=inactiveFeeds";