Fix choose library buttons not working

This commit is contained in:
Kovid Goyal 2017-04-10 20:26:00 +05:30
parent 37e19d411a
commit c4d513131f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -162,6 +162,7 @@ def init(container_id):
show_panel('book_list', {'library_id': lib_id})
))
cl.lastChild.style.margin = '1ex 1rem'
cl.lastChild.dataset.lid = library_id
set_default_panel_handler(init)