> I have come across a bug in the jQuery media plugin on line 391:
>
>             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!

Reply via email to