Hide the EM button since the EM page is not going to be finished in time for the next release

This commit is contained in:
Kovid Goyal 2018-03-08 14:03:26 +05:30
parent ed250cfcb7
commit 00693a733f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -460,7 +460,7 @@ def add_top_bar_buttons(container_id):
container = document.getElementById(container_id) container = document.getElementById(container_id)
if container: if container:
clear_buttons(container) clear_buttons(container)
add_button(container, 'edit', action=edit_metadata, tooltip=_('Edit the metadata for this book')) # add_button(container, 'edit', action=edit_metadata, tooltip=_('Edit the metadata for this book'))
add_button(container, 'trash', action=delete_book, tooltip=_('Delete this book')) add_button(container, 'trash', action=delete_book, tooltip=_('Delete this book'))
book_id = parse_url_params().book_id book_id = parse_url_params().book_id
if book_id is '0': if book_id is '0':