mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 13:01:31 +00:00
bring back update button, it makes async update request to the daemon
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user