Skip to content

Commit

Permalink
fix: remove "Unchanged files with check annotations" on GitHub correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Mar 27, 2023
1 parent 36c9ea9 commit cdcdbd9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sites/github.com/index.ts
@@ -1,3 +1,15 @@
import { forEachElementContains } from '../../util/dom'

document.addEventListener('load', () => {
forEachElementContains(
'.js-diff-progressive-container',
'Unchanged files with check annotations',
(el) => {
el.remove()
},
)
})

// import { isInputting } from '../../util/dom'
//
// /**
Expand Down

0 comments on commit cdcdbd9

Please sign in to comment.