From 752e45abfe79d19ff0beb0be37cf58438cd37d25 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 14 Sep 2013 05:22:28 +0200 Subject: allow by default --- js/public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/public/app.js b/js/public/app.js index 886436f9a..eab057778 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -455,7 +455,7 @@ License along with this library. If not, see . angular.module('News').directive('newsPullToRefresh', [ '$rootScope', function($rootScope) { var allowed, directive; - allowed = false; + allowed = true; $rootScope.$on('loadingNewItems', function() { return allowed = false; }); -- cgit v1.2.3