Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/directive/NewsScroll.js')
-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);