mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Adda link to the mobile interface in the bad browser error message
This commit is contained in:
parent
bfda0724d2
commit
23e499d2d8
@ -129,7 +129,8 @@ def main():
|
||||
document.body.innerHTML = '<p style="margin:1.5em; max-width: 40em">' + _(
|
||||
'You are using a browser that does not have the iframe srcdoc attribute.'
|
||||
' This is not supported. Use a better browser such as <b>Google Chrome</b> or <b>Mozilla'
|
||||
' Firefox</b>, instead.')
|
||||
' Firefox</b>, instead. You can also use the simplified <a href="mobile">/mobile</a>'
|
||||
' interface if you do not have access to a modern browser.')
|
||||
return
|
||||
interface_data = get_interface_data()
|
||||
if interface_data.is_default or not interface_data.library_map:
|
||||
|
Loading…
x
Reference in New Issue
Block a user