summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 1c42df9ff..5414e2bb8 100644
--- a/functions.js
+++ b/functions.js
@@ -596,7 +596,8 @@ function parse_counters(reply, scheduled_call) {
var error = elems[l].getAttribute("error");
var has_img = elems[l].getAttribute("hi");
var updated = elems[l].getAttribute("updated");
-
+ var title = elems[l].getAttribute("title");
+
if (id == "global-unread") {
global_unread = ctr;
updateTitle();
@@ -650,6 +651,10 @@ function parse_counters(reply, scheduled_call) {
}
}
+ if (feedlink && title) {
+ feedlink.innerHTML = title;
+ }
+
if (feedctr && feedu && feedr) {
if (feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {