From 1f866a31e3174f703627f213c324ebf550f8cb0b Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Wed, 6 Mar 2019 14:34:12 +0000 Subject: [PATCH] Update TEDx warning Former-commit-id: 97f86adf4e38594c791e4cba49783163ffd73ed4 [formerly ca97447e1776e477219e67e601753a921d7fc233] Former-commit-id: 4f7b21b749e846938d4bf4860c4c1319b4a95aa0 --- www/js/lib/kiwixServe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';