summaryrefslogtreecommitdiff
path: root/docs/public/make-scrollable-code-focusable.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/public/make-scrollable-code-focusable.js')
-rw-r--r--docs/public/make-scrollable-code-focusable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/public/make-scrollable-code-focusable.js b/docs/public/make-scrollable-code-focusable.js
index 6fbf1eebe..35f104923 100644
--- a/docs/public/make-scrollable-code-focusable.js
+++ b/docs/public/make-scrollable-code-focusable.js
@@ -1,3 +1,3 @@
-Array.from(document.getElementsByTagName("pre")).forEach((element) => {
- element.setAttribute("tabindex", "0");
+Array.from(document.getElementsByTagName('pre')).forEach((element) => {
+ element.setAttribute('tabindex', '0');
});