summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 22:26:04 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 22:26:04 +0300
commita83280194a4482c14fac7d8c1940d81c6d089357 (patch)
tree366804cdb29ddfbee49984c03733aff7556bc5a8 /feedlist.js
parentfb8b2153acbdfe42edd2dddbc10778812a60c869 (diff)
misc dialog style updates
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));