From 320ad82ce6db287aaafdc0cfedda8a5053cc1a4d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Jun 2012 18:02:55 -0400 Subject: [PATCH] Select the password when clicking into that field --- core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core.js b/core.js index b1c96f9..6b8ca1c 100644 --- a/core.js +++ b/core.js @@ -69,6 +69,7 @@ SkeletonKey.prototype.MIN_LENGTH = 6; SkeletonKey.prototype._init = function() { this._generateButton.onclick = this._onGenerate.bind(this); + this._password.onclick = this._selectPassword.bind(this); this._password.labels[0].onclick = this._selectPassword.bind(this); this._initChromeExtension(); -- 2.22.5