mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
740ab016fc
commit
18bbf1dd0b
@ -442,7 +442,7 @@ def check_for_books_loaded():
|
||||
err,
|
||||
E.div(
|
||||
style='margin-top: 1em; border-top: solid 1px currentColor; padding-top: 1ex;',
|
||||
E.a(onclick=def(): home();, href='javascript: void(0)', style='color: blue', _('Go back to the home page')))
|
||||
E.a(onclick=def(): home(replace=True);, href='javascript: void(0)', style='color: blue', _('Go back to the home page')))
|
||||
),
|
||||
)
|
||||
return
|
||||
|
@ -269,7 +269,7 @@ def check_for_books_loaded():
|
||||
err,
|
||||
E.div(
|
||||
style='margin-top: 1em; border-top: solid 1px currentColor; padding-top: 1ex;',
|
||||
E.a(onclick=home, href='javascript: void(0)', style='color: blue', _('Go back to the home page')))
|
||||
E.a(onclick=def(): home(replace=True);, href='javascript: void(0)', style='color: blue', _('Go back to the home page')))
|
||||
),
|
||||
)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user