diff --git a/test_data/participants.html b/test_data/participants.html index d145e62..85a2fa1 100644 --- a/test_data/participants.html +++ b/test_data/participants.html @@ -304,5 +304,10 @@ + diff --git a/test_data/src/scripts/accessibility.js b/test_data/src/scripts/accessibility.js index f2eab6f..69a6060 100644 --- a/test_data/src/scripts/accessibility.js +++ b/test_data/src/scripts/accessibility.js @@ -2,7 +2,7 @@ let isZoomed = false; let thresholdForButtons = 1080; -window.onresize = () => { +onresizeAccessibility = () => { if (window.innerWidth < thresholdForButtons && isZoomed) { const zoom = document.querySelector("#zoom") const sound = document.querySelector("#sound")