aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/code-copy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/code-copy.ts b/static/js/code-copy.ts
index 8ef777b..4c22d07 100644
--- a/static/js/code-copy.ts
+++ b/static/js/code-copy.ts
@@ -1,5 +1,5 @@
(function () {
- [...document.querySelectorAll("pre.chroma code :not(.ln a)")]
+ [...document.querySelectorAll("pre.chroma code")]
.forEach(
(element) => {
try {