From 23e499d2d89fa69be102d0a26d0c1c36a631f9c6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 May 2017 13:59:29 +0530 Subject: [PATCH] Adda link to the mobile interface in the bad browser error message --- src/pyj/book_list/main.pyj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pyj/book_list/main.pyj b/src/pyj/book_list/main.pyj index aa303ebac8..b90394ff92 100644 --- a/src/pyj/book_list/main.pyj +++ b/src/pyj/book_list/main.pyj @@ -129,7 +129,8 @@ def main(): document.body.innerHTML = '

' + _( 'You are using a browser that does not have the iframe srcdoc attribute.' ' This is not supported. Use a better browser such as Google Chrome or Mozilla' - ' Firefox, instead.') + ' Firefox, instead. You can also use the simplified /mobile' + ' 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: