From e6abe288fbada7c7da8a102d2ba121b077a74ffe Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Thu, 14 Jul 2011 10:20:55 -0700
Subject: [PATCH] s/enabled/remove/ - fix re-enabling of disabled button

---
 browserid/static/dialog/controllers/dialog_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browserid/static/dialog/controllers/dialog_controller.js b/browserid/static/dialog/controllers/dialog_controller.js
index 0ee666eb2..2d0d6bfa7 100644
--- a/browserid/static/dialog/controllers/dialog_controller.js
+++ b/browserid/static/dialog/controllers/dialog_controller.js
@@ -346,7 +346,7 @@ $.Controller("Dialog", {}, {
                     self.find("#confirmed_notice").show();
 
                     // enable button
-                    $('#continue_button').enabledClass('disabled');
+                    $('#continue_button').removeClass('disabled');
 
                   } else if (status === 'pending') {
                     // try again, what else can we do?
-- 
GitLab