mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
fix to work with new deluge-torrents layout
This commit is contained in:
parent
8d1a49f11c
commit
cf2842b623
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Deluge.ToolBar = {
|
||||||
},
|
},
|
||||||
|
|
||||||
onTorrentAction: function(item) {
|
onTorrentAction: function(item) {
|
||||||
var selection = Deluge.Torrents.getSelectionModel().getSelections();
|
var selection = Deluge.Torrents.getSelections();
|
||||||
var ids = new Array();
|
var ids = new Array();
|
||||||
$each(selection, function(record) {
|
$each(selection, function(record) {
|
||||||
ids.include(record.id);
|
ids.include(record.id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue