Skip to content

Commit

Permalink
Remove "Test" text that shows when citations pane is slow to load
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 5, 2024
1 parent 8f14813 commit acca052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cita/zoteroOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class ZoteroOverlay {
l10nID: getLocaleID("wikicite-citations-pane"),
icon: `chrome://${config.addonRef}/content/skin/default/cita-small.svg`,
},
bodyXHTML: `<html:div id="citations-box-container" xmlns:html="http://www.w3.org/1999/xhtml"> Test </html:div>`,
bodyXHTML: `<html:div id="citations-box-container" xmlns:html="http://www.w3.org/1999/xhtml"></html:div>`,
onInit: ({ body, refresh }) => {
citationBoxRoot = createRoot(
body.ownerDocument.getElementById(
Expand Down

0 comments on commit acca052

Please sign in to comment.