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 13d4406 commit d25f5c0Copy full SHA for d25f5c0
site/assets/js/application.js
@@ -134,7 +134,6 @@
134
135
// Insert copy to clipboard button before .highlight
136
var btnTitle = 'Copy to clipboard'
137
- // var btnHtml = '<div class="bd-clipboard"><button type="button" class="btn-clipboard">Copy</button></div>'
138
var btnHtml = '<div class="bd-clipboard"><button type="button" class="btn-clipboard" ><svg class="bi" width="1em" height="1em" fill="currentColor"><use xlink:href="#clipboard"/></svg></button></div>'
139
140
document.querySelectorAll('div.highlight')
0 commit comments