Skip to content

Commit a50d7e5

Browse files
committed
remove button from README
1 parent a5e7bb5 commit a50d7e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/bib2readme.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)