File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ def to_string(self) -> str:
5454 entry_str += (
5555 f" <details>\n "
5656 f" <summary>Show BibTeX</summary>\n "
57- f""" <button onclick="var btn=this; navigator.clipboard.writeText(`{ self .bibtex } `).then(function() {{
58- btn.textContent='Copied!';
59- setTimeout(function() {{
60- btn.textContent='Copy BibTeX to Clipboard';
61- }}, 2000);
62- }});">Copy BibTeX</button>\n """
57+ # f""" <button onclick="var btn=this; navigator.clipboard.writeText(`{self.bibtex}`).then(function() {{
58+ # btn.textContent='Copied!';
59+ # setTimeout(function() {{
60+ # btn.textContent='Copy BibTeX to Clipboard';
61+ # }}, 2000);
62+ # }});">Copy BibTeX</button>\n"""
6363 f"<pre><code>\n "
6464 f"{ self .bibtex } \n "
6565 f"</code></pre>\n "
You can’t perform that action at this time.
0 commit comments