Skip to content

Commit adc4b06

Browse files
committed
format: drop .md download button
1 parent acdd21d commit adc4b06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_static/download_pdf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ document.addEventListener('DOMContentLoaded', function(){
33
document.querySelectorAll('.btn-download-pdf-button').forEach(a => {
44
a.onclick = () => window.open("/state-of-open-source-ai.pdf");
55
});
6+
/// hide Markdown button
7+
document.querySelectorAll('.btn-download-source-button').forEach(a => {
8+
a.parentElement.style.display = 'none';
9+
});
610
});

0 commit comments

Comments
 (0)