1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

bring back update button, it makes async update request to the daemon

This commit is contained in:
Andrew Dolgov
2010-11-13 18:48:56 +03:00
parent a18a4f387a
commit 428b704dbc
6 changed files with 87 additions and 7 deletions
+4 -2
View File
@@ -732,10 +732,12 @@ function parse_counters(reply, scheduled_call) {
if (updated && feedlink) {
if (error) {
feedlink.title = "Error: " + error + " (" + updated + ")";
feedlink.title = __("Error:") + " " + error + " (" + updated + ")";
} else {
feedlink.title = "Updated: " + updated;
feedlink.title = __("Updated:") + " " + updated;
}
} else if (!updated && feedlink) {
feedlink.title = __("Updated:") + " " + __("Never");
}
if (feedupd) {