This commit is contained in:
Kovid Goyal 2017-06-22 19:41:01 +05:30
parent deada5306f
commit 73ac57f03d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -149,6 +149,8 @@ def apply_view_mode(mode=DEFAULT_MODE):
def update_fetching_status():
more = component('more_button')
if not more:
return
if book_list_data.fetching_more_books:
more.firstChild.style.display = 'none'
more.lastChild.style.display = 'block'