mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a3f1ee233d
commit
914c58d107
@ -62,6 +62,7 @@ class BookDetailsPanel:
|
|||||||
self.metadata_fetched(book_id, end_type, xhr, ev)
|
self.metadata_fetched(book_id, end_type, xhr, ev)
|
||||||
self.is_fetching = ajax('interface-data/book-metadata/' + book_id, fetched,
|
self.is_fetching = ajax('interface-data/book-metadata/' + book_id, fetched,
|
||||||
query={'library_id':self.interface_data.library_id})
|
query={'library_id':self.interface_data.library_id})
|
||||||
|
self.is_fetching.send()
|
||||||
self.container.appendChild(E.div(
|
self.container.appendChild(E.div(
|
||||||
style='margin: 1ex 1em',
|
style='margin: 1ex 1em',
|
||||||
create_spinner(), '\xa0' + _('Fetching metadata for the book, please wait') + '…',
|
create_spinner(), '\xa0' + _('Fetching metadata for the book, please wait') + '…',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user