mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Update fetch more books button after search
This commit is contained in:
parent
d95bf4d0ef
commit
2adf2d324e
@ -251,6 +251,7 @@ class BooksView:
|
||||
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…
x
Reference in New Issue
Block a user