Modify Zimit message to account for ft index

This commit is contained in:
Jaifroid 2023-01-19 07:48:57 +00:00
parent e8fd2a34e4
commit e85644c763

View File

@ -365,8 +365,8 @@ define(rqDef, function(util) {
(params.contentInjectionMode === 'jquery' ? '<b>Limited Zimit support!</b> Please <a id="swModeLink" href="#contentInjectionModeDiv" ' +
'class="alert-link">switch to Service Worker mode</a> if your platform supports it. ' :
'Support for <b>Zimit</b> archives is experimental. Some content (e.g. audio/video) may fail. ') +
'You can search for content above. Start your search with <b>.*</b> to match part of a title, ' +
'or type a <b><i>space</i></b> to use the Archive Index, or <b><i>space / </i></b> for URL Index.&nbsp;' +
'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 <b>.*</b> to match part of a title. Type <b><i>space / </i></b> to use the URL Index.&nbsp;' +
'[<a id="stop" href="#expertSettingsDiv" class="alert-link">Permanently hide</a>]' +
'</div>';
}