monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

protocol-relative loading of jQuery library #57

Closed lpirl closed 8 years ago

lpirl commented 8 years ago

Browsers reject to load non-SSL content into a SSL-secured site (i.e. when BibTexBrowser is loaded via SSL). This currently leads to a inconsistent behavior between SSL and non-SSL secured BibTexBrowser sites since the jQuery library won't loaded. This "patch" fixes this problem by advising the browser to use the same protocol to load jQuery as used for the site itself.

monperrus commented 8 years ago

thanks :-)