mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fix error in ubo patch
This commit is contained in:
parent
2d7c35fefc
commit
47060e112a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
let data = await lookup;
|
let data = await lookup;
|
||||||
if (!data) {
|
if (!data) {
|
||||||
+ const assetsBootstrapLocation = Services.prefs.getBoolPref("librewolf.uBO.assetsBootstrapLocation", undefined);
|
+ const assetsBootstrapLocation = Services.prefs.getStringPref("librewolf.uBO.assetsBootstrapLocation", undefined);
|
||||||
+ if (extension.id == "uBlock0@raymondhill.net" && assetsBootstrapLocation) {
|
+ if (extension.id == "uBlock0@raymondhill.net" && assetsBootstrapLocation) {
|
||||||
+ return {
|
+ return {
|
||||||
+ adminSettings: {
|
+ adminSettings: {
|
||||||
|
|
Loading…
Reference in a new issue