summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 15:39:10 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 15:39:10 +0400
commit3dd0306f3e288c8091b851ec427d94d421debe08 (patch)
treef0de0353d3ee5e66223e0a1bed8275a7dd8c764a /js
parenta57c814990c75aea84997c327091a7a98dcac044 (diff)
subtoolbar: remove catchupPage, label confusing with upper toolbar catchup function
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 664eba393..27d0c01b4 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -941,23 +941,6 @@ function selectArticles(mode) {
}
}
-function catchupPage() {
-
- var fn = getFeedName(getActiveFeedId(), activeFeedIsCat());
-
- var str = __("Mark all visible articles in %s as read?");
-
- str = str.replace("%s", fn);
-
- if (getInitParam("confirm_feed_catchup") == 1 && !confirm(str)) {
- return;
- }
-
- selectArticles('all');
- selectionToggleUnread(false, 'viewCurrentFeed()', true);
- selectArticles('none');
-}
-
function deleteSelection() {
try {