summaryrefslogtreecommitdiff
path: root/script.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-21.devices.brown.edu>2022-09-06 21:40:07 -0400
committerMichael Foiani <sotech117@michaels-mbp-21.devices.brown.edu>2022-09-06 21:40:07 -0400
commit129e64c82eab37296c22c0beabf21d6fd1545099 (patch)
tree14474fb7586c59699976d7a58e2896e2b2975c1a /script.js
parent8d0e91a305e90b2e16fdadbfbc5fa77ddcafb735 (diff)
crop and reduce image sizes. add some alt tags for accessibility.
Diffstat (limited to 'script.js')
-rw-r--r--script.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/script.js b/script.js
index 7365d05..5706edc 100644
--- a/script.js
+++ b/script.js
@@ -2,7 +2,6 @@ const THRESHOLD_FIDELITY = 150;
// accessibility tab index
const sectionsAndHeaders = document.querySelectorAll('section, header');
-console.log(sectionsAndHeaders)
sectionsAndHeaders.forEach(ele => ele.tabIndex = "1");
// mutation observer for the video element