1
0
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:
Andrew Dolgov
2011-08-03 12:32:30 +04:00
parent 68a57364f4
commit f7cffd2cfd
2 changed files with 4 additions and 2 deletions

View File

@@ -324,6 +324,8 @@ function view(id) {
last_requested_article = id;
console.log(query);
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {