зеркало из https://github.com/mozilla/pjs.git
Not part of build - CCK only - query search engine list from browser instead of requiring a user to type
This commit is contained in:
Родитель
2c42e6771e
Коммит
9df4c90c96
|
@ -1805,7 +1805,7 @@ function CCKWriteDefaultJS(destdir)
|
|||
|
||||
var bundle = document.getElementById("bundle_cckwizard");
|
||||
|
||||
if (document.getElementById("defaultSearchEngine").value != bundle.getString("useBrowserDefault")) {
|
||||
if (document.getElementById("defaultSearchEngine").selectedItem.label != bundle.getString("useBrowserDefault")) {
|
||||
fos.write(searchengine1, searchengine1.length);
|
||||
fos.write(searchengine2, searchengine2.length);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче