1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-27 05:17:41 +00:00

Merge branch 'master' into Develop

This commit is contained in:
Ozzie Isaacs
2024-01-07 08:03:40 +01:00
62 changed files with 5674 additions and 5426 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")