File tree Expand file tree Collapse file tree 4 files changed +0
-6
lines changed
hugo/themes/docdock/static Expand file tree Collapse file tree 4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ jQuery(document).ready(function() {
185
185
clipInit = true ;
186
186
}
187
187
188
- code . after ( '<span class="copy-to-clipboard" title="Copy to clipboard"><object class="clippy-icon" type="image/svg+xml" data="' + baseurl + '/images/clippy.svg"/></span>' ) ;
189
188
code . next ( '.copy-to-clipboard' ) . on ( 'mouseleave' , function ( ) {
190
189
$ ( this ) . attr ( 'aria-label' , null ) . removeClass ( 'tooltipped tooltipped-s tooltipped-w' ) ;
191
190
} ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ jQuery(document).ready(function() {
185
185
clipInit = true ;
186
186
}
187
187
188
- code . after ( '<span class="copy-to-clipboard" title="Copy to clipboard"><object class="clippy-icon" type="image/svg+xml" data="' + baseurl + '/images/clippy.svg"/></span>' ) ;
189
188
code . next ( '.copy-to-clipboard' ) . on ( 'mouseleave' , function ( ) {
190
189
$ ( this ) . attr ( 'aria-label' , null ) . removeClass ( 'tooltipped tooltipped-s tooltipped-w' ) ;
191
190
} ) ;
You can’t perform that action at this time.
0 commit comments