mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 07:05:56 +00:00
rpc mark/pub return proper counters, rework all_counters_callback
This commit is contained in:
@@ -440,6 +440,8 @@ function toggleMark(id) {
|
||||
|
||||
//new Ajax.Request(query); */
|
||||
|
||||
debug(query);
|
||||
|
||||
xmlhttp_rpc.open("GET", query, true);
|
||||
xmlhttp_rpc.onreadystatechange=all_counters_callback;
|
||||
xmlhttp_rpc.send(null);
|
||||
|
||||
Reference in New Issue
Block a user