mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
(trunk web) #4564 "web client doesn't run in IE7" -- fixed.
This commit is contained in:
parent
1f6d927bac
commit
8755206dac
3 changed files with 3 additions and 3 deletions
|
@ -302,6 +302,6 @@ Transmission.fmt = (function()
|
|||
}
|
||||
}
|
||||
return formattedFlags.join('');
|
||||
},
|
||||
}
|
||||
}
|
||||
})();
|
||||
|
|
|
@ -113,7 +113,7 @@ TransmissionRemote.prototype =
|
|||
var o = {
|
||||
method: 'torrent-get',
|
||||
'arguments': {
|
||||
'fields': fields,
|
||||
'fields': fields
|
||||
}
|
||||
};
|
||||
if (torrentIds)
|
||||
|
|
|
@ -376,5 +376,5 @@ TorrentRow.prototype =
|
|||
},
|
||||
getTorrentId: function() {
|
||||
return this.getTorrent().getId();
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue