mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
fix bug for metadata searching result.
This commit is contained in:
parent
a6b2977286
commit
bdf28e1475
@ -109,7 +109,7 @@ $(document).ready(function () {
|
||||
$('#meta-info').html('<ul id="book-list" class="media-list"></ul>');
|
||||
}
|
||||
if (gg_done && db_done) {
|
||||
if (!gg_results || !db_results) {
|
||||
if (!gg_results && !db_results) {
|
||||
$('#meta-info').html('<p class="text-danger">'+ msg.no_result +'</p>');
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user