From fe37a7c69da98255c1a15bf66c7b7e795601c542 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 8 Jul 2024 09:45:36 +0100 Subject: [PATCH] Run TED in pure mode for language support Fixes #622 --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index af03e95b..9c96a5b2 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -4217,7 +4217,7 @@ function archiveReadyCallback (archive) { params.assetsCache = settingsStore.getItem('assetsCache') !== 'false'; params.imageDisplayMode = params.imageDisplay ? 'progressive' : 'manual'; // These ZIM types have so much dynamic content that we have to allow all images - if (/gutenberg|phet/i.test(archive.file.name) || + if (/gutenberg|phet|ted_/i.test(archive.file.name) || // params.isLandingPage || /kolibri/i.test(archive.creator) || archive.zimType !== 'open') {