diff --git a/browserid/static/dialog/controllers/dialog_controller.js b/browserid/static/dialog/controllers/dialog_controller.js
index 0ee666eb220edd7e74ecd39a0e0fdf8bdee47253..2d0d6bfa72b60f751f8a482e2d43b99d4dfa0ed4 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?