mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 02:05:57 +00:00
move initial refetch call to feedlist.js init
This commit is contained in:
@@ -111,4 +111,5 @@ function localHotkeyHandler(keycode) {
|
|||||||
function init() {
|
function init() {
|
||||||
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
|
||||||
document.onkeydown = hotkey_handler;
|
document.onkeydown = hotkey_handler;
|
||||||
|
parent.setTimeout("timeout()", 1000);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -387,7 +387,7 @@ function init_second_stage() {
|
|||||||
// viewfeed(getCookie("ttrss_vf_actfeed"), 0, '');
|
// viewfeed(getCookie("ttrss_vf_actfeed"), 0, '');
|
||||||
// }
|
// }
|
||||||
|
|
||||||
setTimeout("timeout()", 2*1000);
|
// setTimeout("timeout()", 2*1000);
|
||||||
// scheduleFeedUpdate(true);
|
// scheduleFeedUpdate(true);
|
||||||
|
|
||||||
var splash = document.getElementById("splash");
|
var splash = document.getElementById("splash");
|
||||||
|
|||||||
Reference in New Issue
Block a user