[tbb-commits] [torbutton/master] Bug 14392: Make about:tor behave like other initial pages.
mikeperry at torproject.org
mikeperry at torproject.org
Thu Feb 12 03:03:40 UTC 2015
commit 4d194b2b827b65f357f6c0a9e02ac719bad86afc
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Wed Feb 11 16:46:10 2015 -0800
Bug 14392: Make about:tor behave like other initial pages.
In particular: Don't steal focus from the URL bar.
---
src/chrome/content/aboutTor/aboutTor.xhtml | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/chrome/content/aboutTor/aboutTor.xhtml b/src/chrome/content/aboutTor/aboutTor.xhtml
index c13f60e..9b77af2 100644
--- a/src/chrome/content/aboutTor/aboutTor.xhtml
+++ b/src/chrome/content/aboutTor/aboutTor.xhtml
@@ -33,7 +33,6 @@ function onLoad()
window.setTimeout( function() {
adjustToolbarIconArrow();
- document.getElementById('sx').focus();
}, 0);
}
More information about the tbb-commits
mailing list