Forum OpenACS Q&A: Re: Why is AJAXHelper set to off in yui-carousel by default?

Fix the references like so:

script src="//yahoo.com/path/to/file.js"

instead of

script src="http://yahoo.com/path/to/file.js";

I recommend using the CDN if you leave off the protocol it'll work as long as they serve HTTPS from the CDN. I know the google CDN works that way.

Thanks Dave, that makes perfect sense. In fact I have something else set up that way, it just didn't occur to me!