Index: ui/login/account_picker/screen_account_picker.js |
diff --git a/ui/login/account_picker/screen_account_picker.js b/ui/login/account_picker/screen_account_picker.js |
index 69e922a653ee9aeca38a4dd69b50ef7306f0c5d4..e1dbd6664256dac5ce141dd46b5bf8374038cbd3 100644 |
--- a/ui/login/account_picker/screen_account_picker.js |
+++ b/ui/login/account_picker/screen_account_picker.js |
@@ -177,15 +177,6 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() { |
loadUsers: function(users, showGuest) { |
$('pod-row').loadPods(users); |
$('login-header-bar').showGuestButton = showGuest; |
- |
- // The desktop User Manager can send the index of a pod that should be |
- // initially focused. |
- var hash = window.location.hash; |
- if (hash) { |
- var podIndex = hash.substr(1); |
- if (podIndex) |
- $('pod-row').focusPodByIndex(podIndex, false); |
- } |
}, |
/** |