From 6da680533e15f23f77a52f4b3696df0f9260fd96 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Jun 2012 18:11:14 -0400 Subject: [PATCH] focus the master on first oepn --- core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.js b/core.js index 737d04b..3492c30 100644 --- 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(); }; /** -- 2.22.5