misc dialog style updates

This commit is contained in:
Andrew Dolgov
2010-11-18 22:26:04 +03:00
parent fb8b2153ac
commit a83280194a
6 changed files with 62 additions and 34 deletions
+1 -1
View File
@@ -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));