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 83adf10 commit 602c110Copy full SHA for 602c110
src/js/06-copy-to-clipboard.js
@@ -38,7 +38,7 @@
38
use.setAttribute('href', window.uiRootPath + '/img/octicons-16.svg#icon-clippy')
39
svg.appendChild(use)
40
copy.appendChild(svg)
41
- } else { // config.svgAs === 'img'
+ } else {
42
var img = document.createElement('img')
43
img.src = window.uiRootPath + '/img/octicons-16.svg#view-clippy'
44
img.alt = 'copy icon'
0 commit comments