Skip to content

Commit 1943809

Browse files
Merge pull request CrunchyData#314 from xenophenes/websitefix
Optimize website theme for Firefox & Chrome
2 parents 55cb557 + c8657f9 commit 1943809

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

docs/js/docdock.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jQuery(document).ready(function() {
185185
clipInit = true;
186186
}
187187

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>');
189188
code.next('.copy-to-clipboard').on('mouseleave', function() {
190189
$(this).attr('aria-label', null).removeClass('tooltipped tooltipped-s tooltipped-w');
191190
});

hugo/themes/docdock/static/images/clippy.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.
-181 KB
Loading

hugo/themes/docdock/static/js/docdock.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jQuery(document).ready(function() {
185185
clipInit = true;
186186
}
187187

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>');
189188
code.next('.copy-to-clipboard').on('mouseleave', function() {
190189
$(this).attr('aria-label', null).removeClass('tooltipped tooltipped-s tooltipped-w');
191190
});

0 commit comments

Comments
 (0)