mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 06:12:01 +00:00
remove duplicated code from hotkey actions handler
more xhrPost() refactoring
This commit is contained in:
@@ -175,7 +175,7 @@ function feedlist_init() {
|
||||
loading_set_progress(50);
|
||||
|
||||
document.onkeydown = hotkey_handler;
|
||||
setTimeout(hotkey_prefix_timeout, 5*1000);
|
||||
setInterval(hotkey_prefix_timeout, 5*1000);
|
||||
|
||||
if (!getActiveFeedId()) {
|
||||
viewfeed({feed: -3});
|
||||
|
||||
Reference in New Issue
Block a user