ellenhutchings

Results 11 comments of ellenhutchings

I think for javascript you may be missing the leading and ending forward slashes `/^[^\/\\\^\$\.\|\?\*\+\(\)\"\']+$/`

I'm getting this with '/login/google/callback' from a https site. The redirect_uri is only http? I _can't_ add the http version as an authorized redirect as it's in production and Google...

Since the input is a drop down unless you allow users to input the data, then there is no way to know it's correctness without looking and checking as human....

Try using `data-value="shortcode"` to get ISO 3166 compliant codes

The country codes are already separated, and stored in a completely different repo, https://github.com/benkeen/country-region-data

Data is updated from the https://github.com/country-regions/country-region-data/ project. If you look there, the current version does match with that list and the ISO1366-2 standard for French regions

If you want to copy values across, your best bet would be to use something like: `$("#BillingCountry").val($("#ShippingCountry").val());` assuming you have a similar name convention for shipping. You aren't updating the...

I use the jQuery version, I'm not sure how switching would affect things

The data file is based off of the ISO3166 standard, and that does have these two definitions for Puerto Rico. Any fix would probably need to be a variation of...

> just noticed the HttpBinding does not have the HostNameComparisonMode property it had in .NET Framework, which led me here It would be good to have a list of changed...