mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 14:42:51 -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(
|
return(
|
||||||
m("div.btn",{
|
m("div.btn",{
|
||||||
onclick: function(){
|
onclick: function(){
|
||||||
rs.request("transfers/control_download",{action: act, id: file.id});
|
rs.request("transfers/control_download",{action: act, hash: file.hash});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
act)
|
act)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue