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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user