diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-08 15:37:50 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-08 15:37:50 +0400 |
| commit | e57e73ef29e050fd33223b009397c5d6c13d38e9 (patch) | |
| tree | fa39685f4ed1a7e0e93039e8d7500cc11b6b08dd /tt-rss.js | |
| parent | 0a13e84edb1c2cbd0b11c06b1e4fa01680611339 (diff) | |
rework feed update errors and inactive feeds dialogs
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -995,10 +995,6 @@ function reverseHeadlineOrder() { } } -function showFeedsWithErrors() { - displayDlg('feedUpdateErrors'); -} - function scheduleFeedUpdate(id, is_cat) { try { if (!id) { |