diff --git a/browserid/static/dialog/dialog.js b/browserid/static/dialog/dialog.js
index 6e2335ed9305beeae12c492630e39a5acb7f6cc0..268d76db18fc061f83a86819daaf8302c797e40d 100644
--- a/browserid/static/dialog/dialog.js
+++ b/browserid/static/dialog/dialog.js
@@ -64,20 +64,11 @@ steal.plugins(
                'dialog',
                'authenticate',
                'checkregistration',
-               'setpassword',
                'forgotpassword',
-               'pickemail',
-               'addemail')					// loads files in controllers folder
+               'pickemail')					// loads files in controllers folder
 
 	.views('authenticate.ejs',
-           'addemail.ejs',
            'body.ejs',
-           'bottom-addemail.ejs',
-           'bottom-confirmemail.ejs',
-           'bottom-continue.ejs',
-           'bottom-pickemail.ejs',
-           'bottom-signin.ejs',
-           'bottom.ejs',
            'confirmemail.ejs',
            'forgotpassword.ejs',
            'signin.ejs',