From 4588f3def9aca6c1988e56528d12304c23e76f44 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 18 Sep 2014 18:29:41 +0200 Subject: scroll timeout --- templates/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/index.php') diff --git a/templates/index.php b/templates/index.php index cb6a89bc1..958230ee0 100644 --- a/templates/index.php +++ b/templates/index.php @@ -56,6 +56,8 @@ style('news', [ ng-hide="App.loading.isLoading('global')" ng-view news-scroll="#app-content" + news-scroll-timeout="0.1" + news-scroll-mark-read-timeout="0.5" news-scroll-enabled-mark-read="Content.markReadEnabled()" news-scroll-auto-page="Content.autoPage()" news-scroll-mark-read="Content.scrollRead(itemIds)"> -- cgit v1.2.3