1
0
Fork 0
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:
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();
},
}
};