move initial refetch call to feedlist.js init
This commit is contained in:
parent
2f587484af
commit
13bb6bbe35
|
@ -111,4 +111,5 @@ function localHotkeyHandler(keycode) {
|
|||
function init() {
|
||||
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
||||
document.onkeydown = hotkey_handler;
|
||||
parent.setTimeout("timeout()", 1000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue