mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 07:21:30 +00:00
view: fix article not being marked as read when not requested from client cache
This commit is contained in:
@@ -324,6 +324,8 @@ function view(id) {
|
||||
|
||||
last_requested_article = id;
|
||||
|
||||
console.log(query);
|
||||
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: query,
|
||||
onComplete: function(transport) {
|
||||
|
||||
Reference in New Issue
Block a user