1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 05:11:28 +00:00

offline: toggleCollapseCat() update status in local db

This commit is contained in:
Andrew Dolgov
2009-02-05 22:34:56 +03:00
parent 75aa83ec61
commit c26aa9f0e1
2 changed files with 12 additions and 0 deletions

View File

@@ -400,6 +400,8 @@ function toggleCollapseCat(cat) {
new Ajax.Request("backend.php?op=feeds&subop=collapse&cid=" +
param_escape(cat));
local_collapse_cat(cat);
} catch (e) {
exception_error("toggleCollapseCat", e);
}