diff --git a/www/js/lib/kiwixServe.js b/www/js/lib/kiwixServe.js index b00ca553..faf68ce1 100644 --- a/www/js/lib/kiwixServe.js +++ b/www/js/lib/kiwixServe.js @@ -417,7 +417,7 @@ define([], function () { } var headerDoc = 'We found the following links to your file:'; var bodyDoc = '

<< Back to list of files

\r\n'; - bodyDoc += /\/ted\//i.test(URL) ? '

IMPORTANT: TED TALKS videos can be played in the UWP app on Windows 10, but not currently on Windows 10 Mobile due to lack of webm support on mobile.

\r\n

We apologize for the inconvenience. Please note you will need to search for the talks using standard ZIM search, because the ZIM\'s proprietary UI does not yet work in this app.' : ""; + bodyDoc += /\/ted\//i.test(URL) ? '

IMPORTANT: TED TALKS videos can be played in the UWP app on Windows 10, but on Windows 10 Mobile you may need to play the videos with an external app such as VLC Media Player (from the Store).

\r\n

Please note you will need to search for the talks using standard ZIM search, because the ZIM\'s proprietary UI does not yet work in this app.' : ""; bodyDoc += " 200 ? ' style="color:red;"> WARNING: ' : '>'; bodyDoc += 'File size is ' + (megabytes ? megabytes$ + 'MB' : 'unknown') + '' + (size ? ' (' + size + ' bytes)' : '') + '\r\n';