diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-16 16:44:55 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-16 16:44:55 -0400 |
commit | 2ccac3373fd4eaebe4fdd1812550549232fb6ed1 (patch) | |
tree | 5076c0b291273a0fa225fe05a065de5130331c5d | |
parent | 532de8c09d10767960cdecbb4fcaa4262884016e (diff) | |
download | uxp-2ccac3373fd4eaebe4fdd1812550549232fb6ed1.tar.gz |
[PALEMOON] Use unified complete in autocompletesearch attribute for urlbar
-rw-r--r-- | application/palemoon/base/content/browser.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index ea9c3f969b..f46055dcc1 100644 --- a/application/palemoon/base/content/browser.xul +++ b/application/palemoon/base/content/browser.xul @@ -428,7 +428,7 @@ <textbox id="urlbar" flex="1" placeholder="" type="autocomplete" - autocompletesearch="urlinline history" + autocompletesearch="unifiedcomplete" autocompletesearchparam="enable-actions" autocompletepopup="PopupAutoCompleteRichResult" completeselectedindex="true" |