From 3b14fd915a063028a4a1bffe2667e6a54800fcdb Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 10 Apr 2023 10:03:51 -0400 Subject: [PATCH] Fix cloud storage widget not showing (regression) Related feedback: - https://github.com/gorhill/uBlock/commit/50afd5ae38df37c01340f465d4acc499f030ca91#commitcomment-108294887 --- src/3p-filters.html | 2 +- src/advanced-settings.html | 2 +- src/document-blocked.html | 2 +- src/dyna-rules.html | 2 +- src/js/cloud-ui.js | 1 + src/js/fa-icons.js | 2 +- src/logger-ui.html | 2 +- src/popup-fenix.html | 2 +- src/settings.html | 2 +- src/web_accessible_resources/click2load.html | 2 +- src/whitelist.html | 4 ++-- 11 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/3p-filters.html b/src/3p-filters.html index 3fc15297e..29f65092c 100644 --- a/src/3p-filters.html +++ b/src/3p-filters.html @@ -72,7 +72,7 @@ - + diff --git a/src/advanced-settings.html b/src/advanced-settings.html index 080aef8dc..22bee72db 100644 --- a/src/advanced-settings.html +++ b/src/advanced-settings.html @@ -29,7 +29,7 @@ - + diff --git a/src/document-blocked.html b/src/document-blocked.html index 36c26444d..80a45461a 100644 --- a/src/document-blocked.html +++ b/src/document-blocked.html @@ -53,7 +53,7 @@ - + diff --git a/src/dyna-rules.html b/src/dyna-rules.html index f94a30ce8..c9dd3bc5b 100644 --- a/src/dyna-rules.html +++ b/src/dyna-rules.html @@ -53,7 +53,7 @@ - + diff --git a/src/js/cloud-ui.js b/src/js/cloud-ui.js index dcd54b058..5070f65c4 100644 --- a/src/js/cloud-ui.js +++ b/src/js/cloud-ui.js @@ -25,6 +25,7 @@ import { i18n, i18n$ } from './i18n.js'; import { dom, qs$ } from './dom.js'; +import { faIconsInit } from './fa-icons.js'; /******************************************************************************/ diff --git a/src/js/fa-icons.js b/src/js/fa-icons.js index a9a9d3be0..e8a6cc645 100644 --- a/src/js/fa-icons.js +++ b/src/js/fa-icons.js @@ -23,7 +23,7 @@ /******************************************************************************/ -const faIconsInit = (( ) => { +export const faIconsInit = (( ) => { // https://github.com/uBlockOrigin/uBlock-issues/issues/1196 const svgIcons = new Map([ diff --git a/src/logger-ui.html b/src/logger-ui.html index eb347722b..d4bb28bed 100644 --- a/src/logger-ui.html +++ b/src/logger-ui.html @@ -213,7 +213,7 @@ - + diff --git a/src/popup-fenix.html b/src/popup-fenix.html index dfd3a16b3..9cf700c2d 100644 --- a/src/popup-fenix.html +++ b/src/popup-fenix.html @@ -98,7 +98,7 @@ - + diff --git a/src/settings.html b/src/settings.html index 2d8f26c21..92dfca3c7 100644 --- a/src/settings.html +++ b/src/settings.html @@ -85,7 +85,7 @@ - + diff --git a/src/web_accessible_resources/click2load.html b/src/web_accessible_resources/click2load.html index f9a09c045..7ec52b9a6 100644 --- a/src/web_accessible_resources/click2load.html +++ b/src/web_accessible_resources/click2load.html @@ -16,7 +16,7 @@
 external-link
- + diff --git a/src/whitelist.html b/src/whitelist.html index 0fd4320bd..4ea444afc 100644 --- a/src/whitelist.html +++ b/src/whitelist.html @@ -45,10 +45,10 @@ - + - +