mbi / django-rosetta

Rosetta is a Django application that eases the translation process of your Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work over HTTPS

rchernobelskiy opened this issue · comments

Chrome refuses to load "http://www.google.com/jsapi" when the main site is loaded with HTTPS
Please change it to "//www.google.com/jsapi" in templates/rosetta/base.html
That automatically uses the same protocol as the main site and fixes the issue.
Thanks.

Yes, this has been fixed here 2ad3f83
It's about time I release a new version 😏

Looking forward to the new version, thank you!
On Feb 10, 2015 10:14 AM, "Marco Bonetti" notifications@github.com wrote:

Yes, this has been fixed here 2ad3f83
2ad3f83
It's about time I release a new version [image: 😏]


Reply to this email directly or view it on GitHub
#123 (comment).