File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ export const CompareDiff = createDiffComponent({
33 querySelectorFirst (
44 // 2023
55 [ ".toc-diff-stats>strong" , 0 ] ,
6- // 2025-10-24
76 ) ,
87 getDeletionsElement : ( ) =>
98 querySelectorFirst (
109 // 2023
1110 [ ".toc-diff-stats>strong" , 1 ] ,
12- // 2025-10-24
1311 ) ,
1412 addSpinnerToPage ( spinner ) {
1513 const container = this . getDeletionsElement ( ) ?. parentElement ;
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ export function createDiffComponent(options: {
4747 generated . textContent =
4848 " " + options . getGeneratedText ( stats . exclude . changes ) ;
4949 generated . style . color = GREY_COLOR ;
50- console . log ( additions ?. classList ) ;
5150 generated . classList . add (
5251 ...[ ...( additions ?. classList ?? [ ] ) ] . filter (
5352 ( className ) => ! className . toLowerCase ( ) . includes ( "fg" ) ,
You can’t perform that action at this time.
0 commit comments