mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-30 21:44:08 +00:00
deploy: 4416ab4c7c
This commit is contained in:
parent
a37bd9759b
commit
51e3bbec45
256 changed files with 6503 additions and 6504 deletions
js
|
@ -602,7 +602,7 @@ function initCodeClipboard(){
|
|||
var button = document.createElement( 'span' );
|
||||
button.classList.add( 'copy-to-clipboard-button' );
|
||||
button.setAttribute( 'title', window.T_Copy_to_clipboard );
|
||||
button.innerHTML = '<i class="fas fa-copy"></i>';
|
||||
button.innerHTML = '<i class="far fa-copy"></i>';
|
||||
button.addEventListener( 'mouseleave', function() {
|
||||
this.removeAttribute( 'aria-label' );
|
||||
this.classList.remove( 'tooltipped', 'tooltipped-w', 'tooltipped-se', 'tooltipped-sw' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue