fx-compat: Fix item box CSS link casing

This commit is contained in:
Abe Jellinek 2022-05-17 10:03:29 -07:00
parent 5f24b2dc98
commit 4c21a42b53

View file

@ -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));