1
0
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:
Andrew Dolgov
2005-12-14 08:29:38 +01:00
parent 672366bdf7
commit 83f043bb94
3 changed files with 18 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ function toggleCollapseCat(cat) {
xmlhttp_rpc.send(null);
} catch (e) {
exception_error(e);
exception_error("toggleCollapseCat", e);
}
}