mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:05:58 +00:00
misc exception handling improvements
This commit is contained in:
@@ -181,7 +181,7 @@ function toggleCollapseCat(cat) {
|
||||
xmlhttp_rpc.send(null);
|
||||
|
||||
} catch (e) {
|
||||
exception_error(e);
|
||||
exception_error("toggleCollapseCat", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user