mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
fixed non working pause/cancel button in webUI
This commit is contained in:
parent
07f63c82e2
commit
dfe7ebaa08
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue