diff options
| author | 2017-03-04 11:36:52 +0100 | |
|---|---|---|
| committer | 2017-03-04 11:36:52 +0100 | |
| commit | 27a4c165edca28e1da28ff9bf5ceb0f5b38e7f5f (patch) | |
| tree | ad566bbe34dd01db28948a578a73387958180fc3 /p/scripts/main.js | |
| parent | 37957d45b24306f494554ee1e6c911998ca68643 (diff) | |
| parent | 29b4fbcf0abff1cff13b53d6b01e79e14de4c7f9 (diff) | |
Merge branch 'FreshRSS/dev' into CLI-bugs
Diffstat (limited to 'p/scripts/main.js')
| -rw-r--r-- | p/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index d464b0863..5dbb95c91 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -117,6 +117,7 @@ function incUnreadsFeed(article, feed_id, nb) { var pending_entries = {}; function mark_read(active, only_not_read) { if ((active.length === 0) || (!active.attr('id')) || + context.anonymous || (only_not_read && !active.hasClass("not_read"))) { return false; } |
