mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
update turbo hint for fsearch
This commit is contained in:
parent
981b9ff11e
commit
ac7b6f8f55
|
@ -1771,7 +1771,7 @@ function up2k_init(subtle) {
|
|||
|
||||
function draw_turbo() {
|
||||
var msgu = '<p class="warn">WARNING: turbo enabled, <span> client may not detect and resume incomplete uploads; see turbo-button tooltip</span></p>',
|
||||
msgs = '<p class="warn">WARNING: turbo enabled, <span> search may give false-positives; see turbo-button tooltip</span></p>',
|
||||
msgs = '<p class="warn">WARNING: turbo enabled, <span> search results can be incorrect; see turbo-button tooltip</span></p>',
|
||||
msg = fsearch ? msgs : msgu,
|
||||
omsg = fsearch ? msgu : msgs,
|
||||
html = ebi('u2foot').innerHTML,
|
||||
|
|
Loading…
Reference in a new issue