summaryrefslogtreecommitdiffstats
path: root/js/directive
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 18:29:41 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 18:29:41 +0200
commit4588f3def9aca6c1988e56528d12304c23e76f44 (patch)
treed5722e71f3d642290892a0ba26cf2f58ea898239 /js/directive
parent38e9b225983eaf5e365cacc6fefdde020e26fd0f (diff)
scroll timeout
Diffstat (limited to 'js/directive')
-rw-r--r--js/directive/NewsScroll.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/directive/NewsScroll.js b/js/directive/NewsScroll.js
index c0b345163..85b230507 100644
--- a/js/directive/NewsScroll.js
+++ b/js/directive/NewsScroll.js
@@ -90,7 +90,7 @@ app.directive('newsScroll', function ($timeout) {
$timeout(function () {
allowScroll = true;
- }, scrollTimeout*100);
+ }, scrollTimeout*1000);
autoPage(autoPageLimit, elem, scope);