Skip to content

Commit d360b09

Browse files
committed
remove outdated comment
1 parent a742cf7 commit d360b09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_src/js/markup/codecopy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {svgNode} from '../svg.js';
22
const {copied, copy_link_error} = window.i18n;
33

4-
// els refers to the code elements
54
export function renderCodeCopy() {
65
const els = document.querySelectorAll('.markup .code-block code');
76
if (!els?.length) return;

0 commit comments

Comments
 (0)