mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:25:56 +00:00
exception handler in feedlist_dragsorted: report correct function name; initial load speedup
This commit is contained in:
@@ -354,7 +354,7 @@ function feedlist_dragsorted(ctr) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("feedlist_init", e);
|
exception_error("feedlist_dragsorted", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1874,6 +1874,10 @@
|
|||||||
setcookie("ttrss_lang", $_SESSION["language"],
|
setcookie("ttrss_lang", $_SESSION["language"],
|
||||||
time() + SESSION_COOKIE_LIFETIME);
|
time() + SESSION_COOKIE_LIFETIME);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* bump counters stamp since we're getting reloaded anyway */
|
||||||
|
|
||||||
|
$_SESSION["get_all_counters_stamp"] = time();
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
<body onresize="resize_headlines()" id="ttrssMain">
|
<body onresize="resize_headlines()" id="ttrssMain">
|
||||||
|
|
||||||
<div id="overlay">
|
<div id="overlay" style="display : none">
|
||||||
<div id="overlay_inner">
|
<div id="overlay_inner">
|
||||||
<?php echo __("Loading, please wait...") ?>
|
<?php echo __("Loading, please wait...") ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user