mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk web) IE hates extra commas
This commit is contained in:
@@ -137,7 +137,7 @@ TransmissionRemote.prototype =
|
||||
var tr = this._controller;
|
||||
this.sendRequest( {
|
||||
method: 'torrent-get',
|
||||
arguments: { fields: [ 'id', 'fileStats'], ids: torrent_ids },
|
||||
arguments: { fields: [ 'id', 'fileStats'], ids: torrent_ids }
|
||||
}, function(data) {
|
||||
tr.updateTorrentsFileData( data.arguments.torrents );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user