diff --git a/scripts/content.js b/scripts/content.js index 8faa789..67f7eeb 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -86,7 +86,7 @@ function getPathnameParts(pathname) { let pathParts = pathname.split('/'); let locale = pathParts[1] || 'en-us'; let visaType = pathParts[2] || 'niv'; - return { locale, visaType }; + return [ locale, visaType ]; } function isSignInPage() {