(trunk web) #4564 "web client doesn't run in IE7" -- fixed.

This commit is contained in:
Jordan Lee 2011-10-15 04:35:20 +00:00
parent 1f6d927bac
commit 8755206dac
3 changed files with 3 additions and 3 deletions

View File

@ -302,6 +302,6 @@ Transmission.fmt = (function()
}
}
return formattedFlags.join('');
},
}
}
})();

View File

@ -113,7 +113,7 @@ TransmissionRemote.prototype =
var o = {
method: 'torrent-get',
'arguments': {
'fields': fields,
'fields': fields
}
};
if (torrentIds)

View File

@ -376,5 +376,5 @@ TorrentRow.prototype =
},
getTorrentId: function() {
return this.getTorrent().getId();
},
}
};