Bugzilla – Attachment 54443 Details for
Bug 16615
OpenLibrary: always use SSL when referencing external resources
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16615: Follow up - missed a spot
Bug-16615-Follow-up---missed-a-spot.patch (text/plain), 1.06 KB, created by
Mark Tompsett
on 2016-08-14 17:05:01 UTC
(
hide
)
Description:
Bug 16615: Follow up - missed a spot
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-08-14 17:05:01 UTC
Size:
1.06 KB
patch
obsolete
>From 1f694b59e2551f6d9685d2a6b6e4501b692189c9 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sun, 14 Aug 2016 13:01:47 -0400 >Subject: [PATCH] Bug 16615: Follow up - missed a spot > >Also, it is recommended to apply bug 17103 before this. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js b/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js >index 871dad1..1c2a9f2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js >@@ -120,7 +120,7 @@ var ol_button_classname = 'ol_readapi_button'; > // Find all book divs and concatenate ids from them to create a read > // API query url > function create_query() { >- var q = 'http://openlibrary.org/api/volumes/brief/json/'; >+ var q = 'https://openlibrary.org/api/volumes/brief/json/'; > > function add_el(i, el) { > // tag with number found so it's easy to discover later >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16615
:
51912
|
54440
|
54441
|
54442
|
54443
|
54444
|
54456
|
54462
|
54463
|
54464