diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-22 12:14:05 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-22 12:14:05 +0200 |
commit | be93f4a38fe421be6efe84c39cc33ae92d61c31a (patch) | |
tree | def822dc0a6573b42f04646d846843c17493ce0c /application/palemoon/base/content/newtab/newTab.xhtml | |
parent | cadeea97bbefe42f89d16a4678fdc382c7b74bcd (diff) | |
download | UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar.gz UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar.lz UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar.xz UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.zip |
Prevent the Quickdial page from stealing focus from the address bar.
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.xhtml')
-rw-r--r-- | application/palemoon/base/content/newtab/newTab.xhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.xhtml b/application/palemoon/base/content/newtab/newTab.xhtml index a435bfa73..eac62c987 100644 --- a/application/palemoon/base/content/newtab/newTab.xhtml +++ b/application/palemoon/base/content/newtab/newTab.xhtml @@ -40,8 +40,7 @@ <div id="searchContainer"> <form name="searchForm" id="searchForm" onsubmit="onSearchSubmit(event)"> <div id="searchLogoContainer"><img id="searchEngineLogo"/></div> - <input type="text" name="q" value="" id="searchText" maxlength="256" - autofocus="autofocus"/> + <input type="text" name="q" value="" id="searchText" maxlength="256"/> <input id="searchSubmit" type="submit" value="&newtab.searchEngineButton.label;"/> </form> </div> |