From 27c1f8638366565e76d4254642f30924776e28b1 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Mon, 18 Jun 2012 16:02:36 +0100
Subject: [PATCH] Remove the extra tabindex that caused the tab ordering to be
 incorrect.

issue #1777
---
 resources/static/dialog/views/set_password.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/static/dialog/views/set_password.ejs b/resources/static/dialog/views/set_password.ejs
index 3cc5e014c..cb89884cd 100644
--- a/resources/static/dialog/views/set_password.ejs
+++ b/resources/static/dialog/views/set_password.ejs
@@ -48,7 +48,7 @@
       </ul>
 
       <div class="submit cf">
-          <button tabindex="1" id="<%= password_reset ? "password_reset" : "verify_user" %>">
+          <button id="<%= password_reset ? "password_reset" : "verify_user" %>">
             <%= password_reset ? gettext('reset password') : gettext('verify email') %>
           </button>
           <% if(cancelable) { %>
-- 
GitLab