move initial refetch call to feedlist.js init

master
Andrew Dolgov 19 years ago
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);
}

@ -387,7 +387,7 @@ function init_second_stage() {
// viewfeed(getCookie("ttrss_vf_actfeed"), 0, '');
// }
setTimeout("timeout()", 2*1000);
// setTimeout("timeout()", 2*1000);
// scheduleFeedUpdate(true);
var splash = document.getElementById("splash");

Loading…
Cancel
Save