view: fix article not being marked as read when not requested from client cache

master
Andrew Dolgov 14 years ago
parent 68a57364f4
commit f7cffd2cfd

@ -227,10 +227,10 @@
$article = format_article($link, $id, false);
print $article['content'];
return;
} else {
catchupArticleById($link, $id, 0);
}
catchupArticleById($link, $id, 0);
if (!$_SESSION["bw_limit"]) {
foreach ($cids as $cid) {
if ($cid) {

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

Loading…
Cancel
Save