mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:25:56 +00:00
force timestamp hack to most main operations
This commit is contained in:
@@ -802,6 +802,10 @@ function update_all_counters(feed) {
|
||||
|
||||
debug("update_all_counters QUERY: " + query);
|
||||
|
||||
var date = new Date();
|
||||
var timestamp = Math.round(date.getTime() / 1000);
|
||||
query = query + "&ts=" + timestamp
|
||||
|
||||
xmlhttp_rpc.open("GET", query, true);
|
||||
xmlhttp_rpc.onreadystatechange=all_counters_callback;
|
||||
xmlhttp_rpc.send(null);
|
||||
|
||||
Reference in New Issue
Block a user