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 db453b5 commit be1875eCopy full SHA for be1875e
web_src/js/features/citation.ts
@@ -30,7 +30,7 @@ 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 $modal = fomanticQuery('#cite-repo-modal');
+ const elModal = document.querySelector<HTMLElement>('#cite-repo-modal');
34
35
if ((!citationCopyApa && !citationCopyBibtex) || !inputContent) return;
36
0 commit comments