diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-10-13 19:05:36 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-10-13 19:05:36 +0400 |
| commit | 37e93d6ccae51c283f3b480195016d749ecab1a5 (patch) | |
| tree | 16a8490a3a111027cae2cd0f88452d4dd3b73ade /feedlist.js | |
| parent | f4280bdd13e1a1ad54f6ddfafaccdc0e43aa756e (diff) | |
display special dialog when new articles are available in the current feed instead of reloading it
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js index 860122bd0..bfd14376c 100644 --- a/feedlist.js +++ b/feedlist.js @@ -157,7 +157,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) { } enableHotkeys(); - + hideAuxDlg(); closeInfoBox(); Form.enable("main_toolbar_form"); |