mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 19:21:28 +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) {
|
||||
exception_error("feedlist_init", e);
|
||||
exception_error("feedlist_dragsorted", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user