mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
refresh file listing on upload complete
This commit is contained in:
parent
088899d59f
commit
5c242a07b6
|
@ -1162,6 +1162,11 @@ function up2k_init(subtle) {
|
|||
}
|
||||
}
|
||||
is_busy = st.todo.handshake.length;
|
||||
try {
|
||||
if (!is_busy && !uc.fsearch && !msel.getsel().length && (!mp.au || mp.au.paused))
|
||||
treectl.goto(get_evpath());
|
||||
}
|
||||
catch (ex) { }
|
||||
}
|
||||
|
||||
if (was_busy != is_busy) {
|
||||
|
|
Loading…
Reference in a new issue