summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-05 14:19:12 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-05 14:19:20 +0200
commit24114249513c15c69c5f240c9210a49c589bdd19 (patch)
treeea83640c4c781fea1a60fba7f25331628cf4d9de /js/public/app.js
parent4e5ab402456426c8d620221554a46e8a88deaabf (diff)
make it possible to turn off mark read by scrolling
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/public/app.js b/js/public/app.js
index c345d54d5..680a411ad 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -285,7 +285,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
setTimeout(function() {
return scrolling = true;
}, Config.ScrollTimeout);
- if (markingRead) {
+ if (markingRead && elm.attr('news-item-scroll') === 'true') {
markingRead = false;
setTimeout(function() {
var $elems, feedItem, id, offset, _i, _len, _results;