This commit is contained in:
Kovid Goyal 2017-04-27 14:04:42 +05:30
parent 740ab016fc
commit 18bbf1dd0b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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