mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 19:31:28 +00:00
force timestamp hack to most main operations
This commit is contained in:
@@ -202,11 +202,9 @@ function updateFeedList(silent, fetch) {
|
||||
query_str = query_str + "&actid=" + getActiveFeedId();
|
||||
}
|
||||
|
||||
if (navigator.userAgent.match("Opera")) {
|
||||
var date = new Date();
|
||||
var timestamp = Math.round(date.getTime() / 1000);
|
||||
query_str = query_str + "&ts=" + timestamp
|
||||
}
|
||||
var date = new Date();
|
||||
var timestamp = Math.round(date.getTime() / 1000);
|
||||
query_str = query_str + "&ts=" + timestamp
|
||||
|
||||
if (fetch) query_str = query_str + "&fetch=yes";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user