Lines 120-126
var ol_button_classname = 'ol_readapi_button';
Link Here
|
120 |
// Find all book divs and concatenate ids from them to create a read |
120 |
// Find all book divs and concatenate ids from them to create a read |
121 |
// API query url |
121 |
// API query url |
122 |
function create_query() { |
122 |
function create_query() { |
123 |
var q = 'http://openlibrary.org/api/volumes/brief/json/'; |
123 |
var q = 'https://openlibrary.org/api/volumes/brief/json/'; |
124 |
|
124 |
|
125 |
function add_el(i, el) { |
125 |
function add_el(i, el) { |
126 |
// tag with number found so it's easy to discover later |
126 |
// tag with number found so it's easy to discover later |
127 |
- |
|
|