From 69c3f48c1eca56804124ddb1bc5bc08566644d49 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 29 Jan 2015 13:56:19 +0000 Subject: [PATCH] if there is a validation error re enable the button --- services/web/public/coffee/main/new-subscription.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/coffee/main/new-subscription.coffee b/services/web/public/coffee/main/new-subscription.coffee index 9bcb050cf3..407e06e231 100644 --- a/services/web/public/coffee/main/new-subscription.coffee +++ b/services/web/public/coffee/main/new-subscription.coffee @@ -81,6 +81,7 @@ define [ completeSubscription = (err, recurly_token_id) -> $scope.validation.errorFields = {} if err? + $scope.processing = false $scope.genericError = err.message _.each err.fields, (field)-> $scope.validation.errorFields[field] = true else