From afa59bbfb46a29bef2f1e3bbf4ed529f3f776143 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Tue, 27 Sep 2011 21:24:49 +0100
Subject: [PATCH] Removing extra controllers/views that are no longer needed.

---
 browserid/static/dialog/dialog.js | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/browserid/static/dialog/dialog.js b/browserid/static/dialog/dialog.js
index 6e2335ed9..268d76db1 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',
-- 
GitLab