mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-13 06:31:40 -05:00
this time they renamed the file
This commit is contained in:
parent
41c84415da
commit
0e0bf2e0e1
1 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,10 @@ index 23d6bf1..4affc89 100644
|
||||||
if (!AppConstants.RELEASE_OR_BETA) {
|
if (!AppConstants.RELEASE_OR_BETA) {
|
||||||
// Always allow to override the server URL on Nightly/DevEdition.
|
// Always allow to override the server URL on Nightly/DevEdition.
|
||||||
return true;
|
return true;
|
||||||
diff --git a/toolkit/components/search/SearchUtils.jsm b/toolkit/components/search/SearchUtils.jsm
|
diff --git a/toolkit/components/search/SearchUtils.sys.mjs b/toolkit/components/search/SearchUtils.sys.mjs
|
||||||
index a3100fa..c7bf03b 100644
|
index a3100fa..c7bf03b 100644
|
||||||
--- a/toolkit/components/search/SearchUtils.jsm
|
--- a/toolkit/components/search/SearchUtils.sys.mjs
|
||||||
+++ b/toolkit/components/search/SearchUtils.jsm
|
+++ b/toolkit/components/search/SearchUtils.sys.mjs
|
||||||
@@ -157,9 +157,9 @@ var SearchUtils = {
|
@@ -157,9 +157,9 @@ var SearchUtils = {
|
||||||
|
|
||||||
ENGINES_URLS: {
|
ENGINES_URLS: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue