mirror of
https://github.com/janeczku/calibre-web
synced 2024-12-25 01:20:32 +00:00
limit search results to 20
This commit is contained in:
parent
c98617a1cb
commit
d6dd28e703
@ -68,6 +68,7 @@ $(document).ready(function () {
|
||||
'</div>' +
|
||||
'</li>';
|
||||
$("#book-list").append(book);
|
||||
if(i>20){break;}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user