diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-03 12:32:30 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-03 12:32:30 +0400 |
| commit | f7cffd2cfdf6393243ced4b9a19bd93529f3b1f2 (patch) | |
| tree | 6887663f67757b6d63189c8731996dd2440b3bc1 /viewfeed.js | |
| parent | 68a57364f4928bcd614231be4176524f4d7ea155 (diff) | |
view: fix article not being marked as read when not requested from client cache
Diffstat (limited to 'viewfeed.js')
| -rw-r--r-- | viewfeed.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js index fd1887976..2ffad4a3d 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -324,6 +324,8 @@ function view(id) { last_requested_article = id; + console.log(query); + new Ajax.Request("backend.php", { parameters: query, onComplete: function(transport) { |