From 4588f3def9aca6c1988e56528d12304c23e76f44 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 18 Sep 2014 18:29:41 +0200 Subject: scroll timeout --- js/build/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/build/app.js') 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); -- cgit v1.2.3