This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 5a6f7ed authored Jan 19, 2018 Verified
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jQuery(document).ready(function() {
186
186
clipInit = true ;
187
187
}
188
188
189
- code . after ( '<span class="copy-to-clipboard" title="Copy to clipboard"><object class="clippy-icon" type="image/svg+xml" data="' + window . location . origin + '/images/clippy.svg"/></span>' ) ;
189
+ 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>' ) ;
190
190
code . next ( '.copy-to-clipboard' ) . on ( 'mouseleave' , function ( ) {
191
191
$ ( this ) . attr ( 'aria-label' , null ) . removeClass ( 'tooltipped tooltipped-s tooltipped-w' ) ;
192
192
} ) ;
You can’t perform that action at this time.
0 commit comments