mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-26 10:00:37 +00:00
fixed advanced search mass add to shelves in caliblur
This commit is contained in:
parent
ff4502c63a
commit
9146e5f287
@ -403,6 +403,14 @@ $("div.comments").readmore({
|
|||||||
// End of Global Work //
|
// End of Global Work //
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
|
|
||||||
|
// Advanced Search Results
|
||||||
|
if($("body.advsearch").length > 0) {
|
||||||
|
$('div[aria-label="Add to shelves"]').click(function () {
|
||||||
|
$("#add-to-shelves").toggle();
|
||||||
|
});
|
||||||
|
$('#add-to-shelf').height("40px");
|
||||||
|
}
|
||||||
|
|
||||||
// Author Page Background Blur
|
// Author Page Background Blur
|
||||||
if ($("body.author").length > 0) {
|
if ($("body.author").length > 0) {
|
||||||
cover = $(".author-bio img").attr("src");
|
cover = $(".author-bio img").attr("src");
|
||||||
|
Loading…
Reference in New Issue
Block a user