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 1812f8a commit 172b868Copy full SHA for 172b868
src/js/06-copy-to-clipboard.js
@@ -40,9 +40,9 @@
40
copy.appendChild(svg)
41
} else { // img
42
var img = document.createElement('img')
43
+ img.src = window.uiRootPath + '/img/octicons-16.svg#view-clippy'
44
img.alt = 'copy icon'
45
img.className = 'copy-icon'
- img.src = window.uiRootPath + '/img/octicons-16.svg#view-clippy'
46
copy.appendChild(img)
47
}
48
;(toast = document.createElement('span')).className = 'copy-toast'
0 commit comments