From 4fcd2a6d1208a2e8c6edec34a548283444822e09 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 17 Sep 2012 16:52:39 +0200 Subject: decreased unread timeout from 1s to .5s --- js/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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; -- cgit v1.2.3