>
> if (key == 'codebase' && window.location.protocol ==
> 'https')
>
> This should be:
>
> if (key == 'codebase' && window.location.protocol ==
> 'https:')
>
> (note missing trailing colon)
>
Thanks for catching and reporting that, Luke. I'll get it fixed soon.
Cheers!
No comments:
Post a Comment