From 1ac0fb2ab49a74b87afcf1ef4b99f292fd86f1c7 Mon Sep 17 00:00:00 2001 From: Martin D Kealey Date: Mon, 30 Aug 2021 00:22:37 +1000 Subject: [PATCH] Fix typo on "Utils.escaped" --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index 5de34e0..09da3f8 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1927,7 +1927,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { /* As we don't have the full or correct path the best we can assume is the path is HTTPS and then replace with a broken icon later if it doesn't load. This is pending a better solution for favicons from web extensions */ const assumedUrl = `https://${site.hostname}/favicon.ico`; - trElement.innerHTML = escaped` + trElement.innerHTML = Utils.escaped`
${site.hostname}