зеркало из https://github.com/mozilla/gecko-dev.git
Bug 352768: don't forget to parse searchForm on Sherlock plugins, r=mconnor
This commit is contained in:
Родитель
3c8fe5d067
Коммит
31d2a7c7fa
|
@ -1806,6 +1806,7 @@ Engine.prototype = {
|
|||
this._description = searchSection["description"] || "";
|
||||
this._queryCharset = searchSection["querycharset"] ||
|
||||
queryCharsetFromCode(searchSection["queryencoding"]);
|
||||
this._searchForm = searchSection["searchform"];
|
||||
|
||||
this._updateInterval = parseInt(browserSection["updatecheckdays"]);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче