diff options
author | Einar Egilsson | 2007-08-07 12:59:18 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-08-07 12:59:18 +0000 |
commit | 87b8db3e5ebf0911f613f71ce1251276ece47304 (patch) | |
tree | 042467f6560e93aaa58545f6bdcedb01999ea0b6 /chrome/content/redirect.js | |
parent | a62300554bc3c4f0e5df918fef40c57fef521974 (diff) |
Redirector 0.9.2
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@74 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirect.js')
-rw-r--r-- | chrome/content/redirect.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/content/redirect.js b/chrome/content/redirect.js index f4609e3..08af778 100644 --- a/chrome/content/redirect.js +++ b/chrome/content/redirect.js @@ -10,6 +10,7 @@ var Redirect = { $('txtRedirectUrl').value = item.redirectUrl || ''; $('chkOnlyIfLinkExists').checked = item.onlyIfLinkExists || false; + $('txtPattern').focus(); this.strings = document.getElementById("redirector-strings"); if (item.patternType == kRedirectorRegex) { |