fixed advanced search mass add to shelves in caliblur

This commit is contained in:
cbartondock 2021-03-07 19:53:54 -05:00
parent ff4502c63a
commit 9146e5f287
1 changed files with 8 additions and 0 deletions

View File

@ -403,6 +403,14 @@ $("div.comments").readmore({
// 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
if ($("body.author").length > 0) {
cover = $(".author-bio img").attr("src");