summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-03 12:32:30 +0400
committerAndrew Dolgov <[email protected]>2011-08-03 12:32:30 +0400
commitf7cffd2cfdf6393243ced4b9a19bd93529f3b1f2 (patch)
tree6887663f67757b6d63189c8731996dd2440b3bc1 /viewfeed.js
parent68a57364f4928bcd614231be4176524f4d7ea155 (diff)
view: fix article not being marked as read when not requested from client cache
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
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) {