]> git.koha-community.org Git - koha.git/commit
Bug 12511 - Novelist Select not using https in bootstrap
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 1 Jul 2014 15:29:56 +0000 (11:29 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 23 Jul 2014 21:09:53 +0000 (21:09 +0000)
commitdd50146dc8014cd718a514216be8a0f318682cdf
tree0dbc1624d1b75f77d231a99bb09cb11f84e39430
parentcc88e638a1efb991196a77efad3ba6d25eb8f6c0
Bug 12511 - Novelist Select not using https in bootstrap

In prog we have:
[% IF ( NovelistSelectProfile ) %]
<script type="text/javascript"
src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
[% END %]

but in bootstrap we have
[% IF ( NovelistSelectProfile ) %]
<script type="text/javascript"
src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
[% END %]

Because bootstrap isn't using https, we get an error like this:
[blocked] The page at
'https://koha.mylibrary.com/cgi-bin/koha/opac-detail.pl?biblionumber=105315&query_desc=kw%2Cwrdl%3A%20home'
was loaded over HTTPS, but ran insecure content from
'http://imageserver.ebscohost.com/novelistselect/ns2init.js': this
content should also be loaded over HTTPS.

Test plan would require having a subscription to Novelist Select.
I think this is trivial enough to go without.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Very small change, trusting Kyle and the sign-off here.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt