(web) remove the freespace-info label from the web client.

As discussed at https://trac.transmissionbt.com/ticket/4076#comment:25
the freespace indicator is being moved out of the statusbar to another
place.
This commit is contained in:
Jordan Lee
2013-02-10 18:32:15 +00:00
parent dbb742f667
commit f70c4d88c7
5 changed files with 2 additions and 22 deletions

View File

@@ -18,8 +18,7 @@ var RPC = {
_TurtleState : 'alt-speed-enabled',
_TurtleUpSpeedLimit : 'alt-speed-up',
_UpSpeedLimit : 'speed-limit-up',
_UpSpeedLimited : 'speed-limit-up-enabled',
_DownloadDirFreeSpace : 'download-dir-free-space'
_UpSpeedLimited : 'speed-limit-up-enabled'
};
function TransmissionRemote(controller)