We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I like the plugin, however everything works except for getCountryCode. Any ideas?
The text was updated successfully, but these errors were encountered:
I'll try to look into it this week, no promise ;)
Sorry, something went wrong.
toUpperCase() is missing (holder.codeToCountry[key])
toUpperCase()
for(var key in holder.codeToCountry) { holder.countryToCode[holder.codeToCountry[key].toUpperCase()] = key; holder.countryCodes.push(key); }
Merge pull request #27 from regevbr/develop
5c6af22
#23 getCountryCode returns undefined
rsertelon
No branches or pull requests
Hi,
I like the plugin, however everything works except for getCountryCode. Any ideas?
The text was updated successfully, but these errors were encountered: