https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17103
--- Comment #2 from M. Tompsett <[email protected]> --- Comment on attachment 54321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54321 Bug 17103 - Google API Loader jsapi called over http Review of attachment 54321: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17103&attachment=54321) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ +209,4 @@ > </script> > [% END %] > [% IF ( GoogleIndicTransliteration ) %] > + <script type="text/javascript" src="//www.google.com/jsapi"></script> I was expecting https:// not just //. This should work, but only because google and/or your browser makes it work. Explicit is always best. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
