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