mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:35:56 +00:00
remove toggling from = hotkey, rename to f h
This commit is contained in:
@@ -21,7 +21,6 @@ var vgroup_last_feed = false;
|
||||
var post_under_pointer = false;
|
||||
|
||||
var last_requested_article = false;
|
||||
var read_headlines_visible = true;
|
||||
|
||||
function catchup_callback() {
|
||||
if (xmlhttp_rpc.readyState == 4) {
|
||||
@@ -1805,6 +1804,8 @@ function hideReadHeadlines() {
|
||||
ids = cdmGetVisibleArticles();
|
||||
}
|
||||
|
||||
var read_headlines_visible = true;
|
||||
|
||||
for (var i = 0; i < ids.length; i++) {
|
||||
var row = document.getElementById("RROW-" + ids[i]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user