summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index f3332477b..0b59ade4f 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -267,7 +267,7 @@ function request_counters() {
function displayNewContentPrompt(id) {
try {
- var msg = "<a href='#' onclick='viewfeed("+id+")'>" +
+ var msg = "<a href='#' onclick='viewCurrentFeed()'>" +
__("New articles available in this feed (click to show)") + "</a>";
msg = msg.replace("%s", getFeedName(id));