mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 15:55:55 +00:00
split backend rpc, various interface improvements
This commit is contained in:
24
tt-rss.js
24
tt-rss.js
@@ -653,30 +653,6 @@ function qfdDelete(feed_id) {
|
||||
}
|
||||
|
||||
|
||||
function allFeedsMenuChange() {
|
||||
var chooser = document.getElementById("allFeedsChooser");
|
||||
|
||||
var opname = chooser[chooser.selectedIndex].text;
|
||||
|
||||
chooser.selectedIndex = 0;
|
||||
|
||||
if (opname == "Update") {
|
||||
scheduleFeedUpdate(true);
|
||||
return;
|
||||
}
|
||||
|
||||
if (opname == "Mark as read") {
|
||||
catchupAllFeeds();
|
||||
return;
|
||||
}
|
||||
|
||||
if (opname == "Show only unread") {
|
||||
toggleDispRead();
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function updateFeedTitle(t) {
|
||||
active_title_text = t;
|
||||
updateTitle();
|
||||
|
||||
Reference in New Issue
Block a user