mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
up2k js-opt (fix 0.2s idle after each file)
This commit is contained in:
parent
1b94a4a74c
commit
a3df1f538b
|
@ -666,6 +666,7 @@ function up2k_init(have_crypto) {
|
||||||
o('f{0}p'.format(t.n)).innerHTML = 'hash {0}, up {1} MB/s'.format(
|
o('f{0}p'.format(t.n)).innerHTML = 'hash {0}, up {1} MB/s'.format(
|
||||||
spd1.toFixed(2), spd2.toFixed(2));
|
spd1.toFixed(2), spd2.toFixed(2));
|
||||||
}
|
}
|
||||||
|
tasker();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
alert("server broke (error {0}):\n\"{1}\"\n".format(
|
alert("server broke (error {0}):\n\"{1}\"\n".format(
|
||||||
|
|
Loading…
Reference in a new issue