Skip to content

Commit d25f5c0

Browse files
committed
Restore icon-based clipboard-js changes
1 parent 13d4406 commit d25f5c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/assets/js/application.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134

135135
// Insert copy to clipboard button before .highlight
136136
var btnTitle = 'Copy to clipboard'
137-
// var btnHtml = '<div class="bd-clipboard"><button type="button" class="btn-clipboard">Copy</button></div>'
138137
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>'
139138

140139
document.querySelectorAll('div.highlight')

0 commit comments

Comments
 (0)