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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user