From d6e0c90baa03f2876e7bb5f2c5a2f3142f6111db Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 18 May 2022 23:45:11 -0400 Subject: [PATCH] Revert "fx-compat: Fix item box CSS link casing" This reverts commit 4c21a42b539e313200d3ce28008eac919dfd814c. itemBox.css is correct --- chrome/content/zotero/elements/itemBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index 6eeadd1114..bbe493e926 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -185,7 +185,7 @@ var s1 = document.createElement("link"); s1.rel = "stylesheet"; - s1.href = "chrome://zotero-platform/content/itembox.css"; + s1.href = "chrome://zotero-platform/content/itemBox.css"; shadow.append(s1); shadow.appendChild(document.importNode(this.content, true));