mirror of
https://github.com/9001/copyparty.git
synced 2026-01-08 04:25:56 +10:00
up2k-ui: fix hash-ahead button
This commit is contained in:
@@ -923,7 +923,9 @@ function up2k_init(subtle) {
|
||||
}
|
||||
return handshakes_permitted() && 0 ==
|
||||
st.todo.handshake.length +
|
||||
st.busy.handshake.length;
|
||||
st.busy.handshake.length +
|
||||
st.todo.upload.length +
|
||||
st.busy.upload.length;
|
||||
}
|
||||
|
||||
var tasker = (function () {
|
||||
|
||||
Reference in New Issue
Block a user