From a71cc4a39064238f5b232607c788beb750ac1cc3 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Mon, 26 Sep 2011 11:48:58 +0100
Subject: [PATCH] Removing the placeholder text.

Since we are autofocusing input elements, it gives a poor user experience because the text flashes.
---
 browserid/static/dialog/views/authenticate.ejs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/browserid/static/dialog/views/authenticate.ejs b/browserid/static/dialog/views/authenticate.ejs
index e8aa04c2a..d29e3fbd4 100644
--- a/browserid/static/dialog/views/authenticate.ejs
+++ b/browserid/static/dialog/views/authenticate.ejs
@@ -23,7 +23,7 @@
 
                     <li class="section">
                         <label for="email" class="serif">Email</label>
-                        <input id="email" class="sans" placeholder="Your email" type="email" autocapitalize="off" autocorrect="off" autofocus required x-moz-errormessage="an email address is required">
+                        <input id="email" class="sans" type="email" autocapitalize="off" autocorrect="off" autofocus required x-moz-errormessage="an email address is required">
                     </li>
 
                     <li class="section">
@@ -33,7 +33,7 @@
                             <div class="half right">
                                 <a id="forgotpassword" class="forgot" href="#">forgot your password?</a>
                             </div>
-                            <input id="password" class="sans" placeholder="Your password" type="password">
+                            <input id="password" class="sans" type="password">
                         </div>
 
                         <div id="hint_section" class="start">
-- 
GitLab