mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
more accurate eta
This commit is contained in:
parent
4186906f4c
commit
981b9ff11e
|
@ -1062,13 +1062,13 @@ function up2k_init(subtle) {
|
||||||
else if (ng)
|
else if (ng)
|
||||||
toast.err(t, '{0} {1}'.format(ks, tng));
|
toast.err(t, '{0} {1}'.format(ks, tng));
|
||||||
|
|
||||||
etafun();
|
|
||||||
timer.rm(etafun);
|
timer.rm(etafun);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
timer.add(etafun);
|
timer.add(etafun);
|
||||||
ebi('u2etas').style.textAlign = 'left';
|
ebi('u2etas').style.textAlign = 'left';
|
||||||
}
|
}
|
||||||
|
etafun();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flag) {
|
if (flag) {
|
||||||
|
|
Loading…
Reference in a new issue