Wednesday, April 1, 2009

[jQuery] Re: Fix for media plugin

> 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!

No comments: