mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
defer final up2k redraw until dedups resolved
fixes busy-tab still showing dupes as rejected
This commit is contained in:
parent
7741870dc7
commit
547a486387
|
@ -1722,8 +1722,6 @@ function up2k_init(subtle) {
|
||||||
ebi('u2etas').style.textAlign = 'left';
|
ebi('u2etas').style.textAlign = 'left';
|
||||||
}
|
}
|
||||||
etafun();
|
etafun();
|
||||||
if (pvis.act == 'bz')
|
|
||||||
pvis.changecard('bz');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flag) {
|
if (flag) {
|
||||||
|
@ -1859,6 +1857,9 @@ function up2k_init(subtle) {
|
||||||
timer.rm(donut.do);
|
timer.rm(donut.do);
|
||||||
ebi('u2tabw').style.minHeight = '0px';
|
ebi('u2tabw').style.minHeight = '0px';
|
||||||
utw_minh = 0;
|
utw_minh = 0;
|
||||||
|
|
||||||
|
if (pvis.act == 'bz')
|
||||||
|
pvis.changecard('bz');
|
||||||
}
|
}
|
||||||
|
|
||||||
function chill(t) {
|
function chill(t) {
|
||||||
|
|
Loading…
Reference in a new issue