summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-17 16:52:39 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-17 17:10:39 +0200
commit4fcd2a6d1208a2e8c6edec34a548283444822e09 (patch)
tree77997dc93db1581f94025bb9f9d057682b235e97 /js
parentd24379a437319de52323f4aadb266f907ff47de6 (diff)
decreased unread timeout from 1s to .5s
Diffstat (limited to 'js')
-rw-r--r--js/items.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/items.js b/js/items.js
index b84f93f67..4eac81e72 100644
--- a/js/items.js
+++ b/js/items.js
@@ -39,7 +39,7 @@ var News = News || {};
// mark items whose title was hid under the top edge as read
this._scrollTimeoutMiliSecs = 100;
- this._markReadTimeoutMiliSecs = 1000;
+ this._markReadTimeoutMiliSecs = 500;
this._isScrolling = false;
this._$articleList.scroll(function(){
// prevent too many scroll requests;