focus the master on first oepn
authorRobert Sesek <rsesek@google.com>
Sat, 9 Jun 2012 22:11:14 +0000 (18:11 -0400)
committerRobert Sesek <rsesek@google.com>
Sat, 9 Jun 2012 22:11:14 +0000 (18:11 -0400)
core.js

diff --git a/core.js b/core.js
index 737d04b8e5acf2070b40dba86d9b3cc97dd1a704..3492c3003b50676879c63bef4fd174336256615d 100644 (file)
--- a/core.js
+++ b/core.js
@@ -77,6 +77,8 @@ SkeletonKey.prototype._init = function() {
   this._password.labels[0].onclick = this._selectPassword.bind(this);
 
   this._initChromeExtension();
+
+  this._master.focus();
 };
 
 /**