mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 00:19:30 -05:00
fixed non working pause/cancel button in webUI
This commit is contained in:
parent
07f63c82e2
commit
dfe7ebaa08
@ -33,7 +33,7 @@ function cntrlBtn(file, act) {
|
||||
return(
|
||||
m("div.btn",{
|
||||
onclick: function(){
|
||||
rs.request("transfers/control_download",{action: act, id: file.id});
|
||||
rs.request("transfers/control_download",{action: act, hash: file.hash});
|
||||
}
|
||||
},
|
||||
act)
|
||||
|
Loading…
Reference in New Issue
Block a user