We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156a195 commit db453b5Copy full SHA for db453b5
web_src/js/features/citation.ts
@@ -30,7 +30,6 @@ export async function initCitationFileCopyContent() {
30
const citationCopyApa = document.querySelector<HTMLButtonElement>('#citation-copy-apa');
31
const citationCopyBibtex = document.querySelector<HTMLButtonElement>('#citation-copy-bibtex');
32
const inputContent = document.querySelector<HTMLInputElement>('#citation-copy-content');
33
- const elModal = document.querySelector<HTMLElement>('#cite-repo-modal');
34
const $modal = fomanticQuery('#cite-repo-modal');
35
36
if ((!citationCopyApa && !citationCopyBibtex) || !inputContent) return;
0 commit comments