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