Maybe before loading the image, your script could run
var isbn = '';
isbn = isbn.split(/ /)[0]; // save only the first occurrence
isbn = isbn.replace(/-/g,''); // strip out hyphens
var cover_url = 'http://content-3.powells.com/cgi-bin/imageDB.cgi?isbn='+isbn
or something similar.
HTH. Stefano
Hello,
The BibLibre git repository urls have been changed.
The new urls can be found on the public projects list at:
http://git.biblibre.com/public/projects
For instance, if you use our kohac remote repository, you have to
change the url. You can do it using the following git command:
git r