1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-26 21:07:40 +00:00

fix for 2931

This commit is contained in:
Ghighi Eftimie
2023-12-04 16:00:00 +02:00
parent ec45de3212
commit 285979b68d
2 changed files with 12 additions and 4 deletions

View File

@@ -369,6 +369,13 @@ $("div.comments").readmore({
// End of Global Work //
///////////////////////////////
// Search Results
if($("body.search").length > 0) {
$('div[aria-label="Add to shelves"]').click(function () {
$("#add-to-shelves").toggle();
});
}
// Advanced Search Results
if($("body.advsearch").length > 0) {
$("#loader + .container-fluid")