mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -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';
|
||||
}
|
||||
etafun();
|
||||
if (pvis.act == 'bz')
|
||||
pvis.changecard('bz');
|
||||
}
|
||||
|
||||
if (flag) {
|
||||
|
@ -1859,6 +1857,9 @@ function up2k_init(subtle) {
|
|||
timer.rm(donut.do);
|
||||
ebi('u2tabw').style.minHeight = '0px';
|
||||
utw_minh = 0;
|
||||
|
||||
if (pvis.act == 'bz')
|
||||
pvis.changecard('bz');
|
||||
}
|
||||
|
||||
function chill(t) {
|
||||
|
|
Loading…
Reference in a new issue