transmission.js and free disk space

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
avberk
Posts: 29
Joined: Fri Jun 01, 2007 7:48 am

transmission.js and free disk space

Post by avberk »

// FIXME: not sure if this is possible in RPC
// Update the disk space remaining
// var disk_space_msg = 'Free Space: '
// + Math.formatBytes(data.free_space_bytes)
// + ' (' + data.free_space_percent + '% )';
// setInnerHTML( $('div#disk_space_container')[0], disk_space_msg );


Can the free disk space feature be fixed in this javascript or is it impossible to do :?:
Post Reply