Update site/static/js/quiz.js

pull/19243/head
Steven Powell 2024-07-15 11:29:57 -05:00 committed by GitHub
parent 241461810b
commit 4a7391cb1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ async function initQuiz() {
// currently compatible with these browsers: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues#browser_compatibility
const architecture = await navigator.userAgentData.getHighEntropyValues(['architecture'])
switch (architecture.architecture) {
case "arm"
case "arm":
arch = "arm64"
break
case "x86":