This commit is contained in:
Kovid Goyal 2022-12-11 15:16:13 +05:30
parent c1a0dc0db7
commit 7d9cbd81b8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -185,6 +185,8 @@ def open_format(book_id, fmt):
break
url = open_book_url(book_id, fmt)
window.open(url, '_blank')
if text:
pass
def book_result_tile_clicked(ev):