diff options
Diffstat (limited to '')
-rw-r--r-- | docs/public/make-scrollable-code-focusable.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/public/make-scrollable-code-focusable.js b/docs/public/make-scrollable-code-focusable.js deleted file mode 100644 index f2b7030f7..000000000 --- a/docs/public/make-scrollable-code-focusable.js +++ /dev/null @@ -1,3 +0,0 @@ -Array.from(document.getElementsByTagName('pre')).forEach((element) => { - element.setAttribute('tabindex', '0'); -}); |