]> git.wh0rd.org - tt-rss.git/commitdiff
catchup group: deselect everything before processing
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 20 Oct 2013 14:45:24 +0000 (18:45 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 20 Oct 2013 14:45:24 +0000 (18:45 +0400)
js/viewfeed.js

index 3c02d462640e7cf8b681767b5db77163208e1ac7..301260f135b69b11f7dd18f257c27f4a006e0ea7 100644 (file)
@@ -2156,6 +2156,7 @@ function initHeadlinesMenu() {
                        menu.addChild(new dijit.MenuItem({
                                label: __("Mark group as read"),
                                onClick: function(event) {
+                                       selectArticles("none");
                                        selectArticles("all",
                                                "#headlines-frame > div[id*=RROW]"+
                                                "[orig-feed-id='"+menu.callerRowId+"']");