aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/redirect.js
diff options
context:
space:
mode:
authorEinar Egilsson2007-08-07 12:59:18 +0000
committerEinar Egilsson2007-08-07 12:59:18 +0000
commit87b8db3e5ebf0911f613f71ce1251276ece47304 (patch)
tree042467f6560e93aaa58545f6bdcedb01999ea0b6 /chrome/content/redirect.js
parenta62300554bc3c4f0e5df918fef40c57fef521974 (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.js1
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) {