Yes it does appear that your javascript file is attempting to be loaded via http: on an https: page, that is something that would need to be addressed by either removing the http: part leaving behind the double forward slashes and everything behind it or changing http: to https:. You can search your site for hardcoded http: links using the tools->developers tool kit and searching all files for http: (this is to include javascript files as well.