projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d43d9a2
)
remove unnecessary comment in 06-copy-to-clipboard.js script
author
Dan Allen
<dan@opendevise.com>
Fri, 30 Apr 2021 09:00:42 +0000
(
03:00
-0600)
committer
Dan Allen
<dan@opendevise.com>
Fri, 30 Apr 2021 09:01:10 +0000
(
03:01
-0600)
src/js/06-copy-to-clipboard.js
patch
|
blob
|
history
diff --git
a/src/js/06-copy-to-clipboard.js
b/src/js/06-copy-to-clipboard.js
index
1a40ebe
..
0631da1
100644
(file)
--- a/
src/js/06-copy-to-clipboard.js
+++ b/
src/js/06-copy-to-clipboard.js
@@
-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'