mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
#1939 fix javascript error in r8073
This commit is contained in:
@@ -151,7 +151,7 @@ TransmissionRemote.prototype =
|
||||
this.sendTorrentCommand( 'torrent-remove', torrents );
|
||||
},
|
||||
removeTorrentsAndData: function( torrents ) {
|
||||
var remote = this,
|
||||
var remote = this;
|
||||
var o = {
|
||||
method: 'torrent-remove',
|
||||
arguments: {
|
||||
|
||||
Reference in New Issue
Block a user