mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:35:56 +00:00
startup speed improvements
This commit is contained in:
@@ -29,6 +29,7 @@ function viewNextFeedPage() {
|
||||
function viewfeed(feed, subop, is_cat, offset) {
|
||||
try {
|
||||
if (is_cat == undefined) is_cat = false;
|
||||
if (subop == undefined) subop = '';
|
||||
|
||||
// if (!offset) page_offset = 0;
|
||||
|
||||
@@ -208,6 +209,8 @@ function feedlist_init() {
|
||||
|
||||
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
|
||||
|
||||
setTimeout("timeout()", 5000);
|
||||
|
||||
} catch (e) {
|
||||
exception_error("feedlist/init", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user