From e85644c763236782073e7257f8518d10f7147293 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Thu, 19 Jan 2023 07:48:57 +0000 Subject: [PATCH] Modify Zimit message to account for ft index --- www/js/lib/uiUtil.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/lib/uiUtil.js b/www/js/lib/uiUtil.js index b0414eaa..cd72e5a4 100644 --- a/www/js/lib/uiUtil.js +++ b/www/js/lib/uiUtil.js @@ -365,8 +365,8 @@ define(rqDef, function(util) { (params.contentInjectionMode === 'jquery' ? 'Limited Zimit support! Please switch to Service Worker mode if your platform supports it. ' : 'Support for Zimit archives is experimental. Some content (e.g. audio/video) may fail. ') + - 'You can search for content above. Start your search with .* to match part of a title, ' + - 'or type a space to use the Archive Index, or space / for URL Index. ' + + 'You can search for content above' + (appstate.selectedArchive._file.fullTextIndex ? ' using full-text search if your app supports it, ' + + 'or s' : '. S') + 'tart your search with .* to match part of a title. Type space / to use the URL Index. ' + '[Permanently hide]' + ''; }