Skip to content

Commit

Permalink
remove unnecessary comment in 06-copy-to-clipboard.js script
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 30, 2021
1 parent d43d9a2 commit eabf2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/06-copy-to-clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
use.setAttribute('href', window.uiRootPath + '/img/octicons-16.svg#icon-clippy')
svg.appendChild(use)
copy.appendChild(svg)
} else { // config.svgAs === 'img'
} else {
var img = document.createElement('img')
img.src = window.uiRootPath + '/img/octicons-16.svg#view-clippy'
img.alt = 'copy icon'
Expand Down

0 comments on commit eabf2d0

Please sign in to comment.