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 New Issue
Block a user