mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
fix disable-pocket.patch
This commit is contained in:
parent
d19c69a87d
commit
73d1dfe303
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ index 43c84c3..4b4aad2 100644
|
||||||
|
|
||||||
let originalURI;
|
let originalURI;
|
||||||
if (
|
if (
|
||||||
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
|
diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.sys.mjs
|
||||||
index b2479db..7670f08 100644
|
index b2479db..7670f08 100644
|
||||||
--- a/browser/components/BrowserGlue.jsm
|
--- a/browser/components/BrowserGlue.sys.mjs
|
||||||
+++ b/browser/components/BrowserGlue.jsm
|
+++ b/browser/components/BrowserGlue.sys.mjs
|
||||||
@@ -1274,7 +1274,6 @@ BrowserGlue.prototype = {
|
@@ -1274,7 +1274,6 @@ BrowserGlue.prototype = {
|
||||||
lazy.Normandy.init();
|
lazy.Normandy.init();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue