mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 06:03:21 +02:00
Update fetch more books button after search
This commit is contained in:
parent
d95bf4d0ef
commit
2adf2d324e
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ def search_change_completed(self, end_type, xhr, ev):
|
|||
query = {'search':self.interface_data.search_result.query, 'library_id':self.interface_data.library_id}
|
||||
window.history.pushState(None, '', encode_query(query))
|
||||
boss.ui.close_panel()
|
||||
self.update_fetching_status()
|
||||
window.scrollTo(0, 0)
|
||||
elif end_type != 'abort':
|
||||
msg = xhr.error_html
|
||||
|
|
|
|||
Loading…
Reference in a new issue