mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 04:44:28 +01:00
...
This commit is contained in:
parent
0a07da5515
commit
1c132c22a3
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ def fetch_init_data():
|
||||||
load_status.loading = True
|
load_status.loading = True
|
||||||
load_status.ok = False
|
load_status.ok = False
|
||||||
load_status.error_html = None
|
load_status.error_html = None
|
||||||
|
load_status.http_error_code = 0
|
||||||
load_status.current_fetch = ajax('interface-data/books-init', on_data_loaded, query=query)
|
load_status.current_fetch = ajax('interface-data/books-init', on_data_loaded, query=query)
|
||||||
load_status.current_fetch.send()
|
load_status.current_fetch.send()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue