From: Robert Sesek Date: Sat, 9 Jun 2012 22:11:14 +0000 (-0400) Subject: focus the master on first oepn X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=6da680533e15f23f77a52f4b3696df0f9260fd96;p=skeletonkey.git focus the master on first oepn --- 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(); }; /**