summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
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/build/app.js
parent38e9b225983eaf5e365cacc6fefdde020e26fd0f (diff)
scroll timeout
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 6c708ee33..492e7be6d 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2229,7 +2229,7 @@ app.directive('newsScroll', ["$timeout", function ($timeout) {
$timeout(function () {
allowScroll = true;
- }, scrollTimeout*100);
+ }, scrollTimeout*1000);
autoPage(autoPageLimit, elem, scope);