Skip to content

Commit 9687aa1

Browse files
authored
Merge pull request #17 from github/remove-asterisks-for-export-tests
remove asterisks for export tests
2 parents f552375 + 83dd4d0 commit 9687aa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ <h1>GitHub Feature Support Table</h1>
855855
}
856856
Promise.resolve(supported).then((value) => {
857857
el.setAttribute('data-supported', Boolean(value))
858+
if (value) el.querySelector('div').textContent = ''
858859
})
859860
}
860861
for(const el of document.querySelectorAll('[data-polyfill]')) {

0 commit comments

Comments
 (0)