diff --git a/src/main/app/js/controllers.js b/src/main/app/js/controllers.js index 19c76ab3..2941fed4 100644 --- a/src/main/app/js/controllers.js +++ b/src/main/app/js/controllers.js @@ -43,7 +43,7 @@ module.controller('SubscribeCtrl', ['$scope', '$location', 'FeedService', 'Categ // 'ok', 'loading' or 'failed' $scope.state = 'ok'; $scope.urlChanged = function() { - if ($scope.sub.url) { + if ($scope.sub.url && $scope.state != 'loading') { $scope.state = 'loading'; $scope.sub.title = 'Loading...'; FeedService.fetch({