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:
@@ -58,6 +58,10 @@ function headlines_callback2(transport, feed_cur_page) {
|
||||
}
|
||||
}
|
||||
|
||||
var update_btn = document.forms["main_toolbar_form"].update;
|
||||
|
||||
update_btn.disabled = !(feed_id >= 0 && !is_cat);
|
||||
|
||||
var ll = $('FLL-' + feed_id);
|
||||
|
||||
if (ll && ll.parentNode)
|
||||
|
||||
Reference in New Issue
Block a user