1
0
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:
idalin 2017-02-24 14:29:44 +08:00
parent c98617a1cb
commit d6dd28e703

View File

@ -68,6 +68,7 @@ $(document).ready(function () {
'</div>' +
'</li>';
$("#book-list").append(book);
if(i>20){break;}
}
}
},