summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
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);