We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce06c8c commit 759f6a5Copy full SHA for 759f6a5
src/js/07-copy-to-clipboard.js
@@ -1,6 +1,5 @@
1
;(function () {
2
'use strict'
3
-
4
;[].slice.call(document.querySelectorAll('.doc pre.highlight, .doc .literalblock pre')).forEach(function (pre) {
5
var code, language, lang, copy, toast, toolbox
6
if (pre.classList.contains('highlight')) {
0 commit comments