Lines 1533-1538
Link Here
|
1533 |
} |
1533 |
} |
1534 |
} else if( div.attr("id") == "syndetics-coverimg" ){ |
1534 |
} else if( div.attr("id") == "syndetics-coverimg" ){ |
1535 |
lightbox_descriptions.push(_("Image from Syndetics")) |
1535 |
lightbox_descriptions.push(_("Image from Syndetics")) |
|
|
1536 |
if ( $('#amazon-bookcoverimg').length === 0 ) { |
1537 |
div.show(); |
1538 |
} |
1536 |
} else if( div.attr("id") == "googlejacket-coverimg" ){ |
1539 |
} else if( div.attr("id") == "googlejacket-coverimg" ){ |
1537 |
lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link'))); |
1540 |
lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link'))); |
1538 |
} else if( div.attr("id") == "openlibrary-coverimg" ){ |
1541 |
} else if( div.attr("id") == "openlibrary-coverimg" ){ |
1539 |
- |
|
|