(trunk web) don't show internal files

This commit is contained in:
Kevin Glowacz
2009-06-30 03:37:34 +00:00
parent 6299826309
commit c7d3eabf40
4 changed files with 1 additions and 11 deletions

View File

@@ -108,7 +108,7 @@ TransmissionRemote.prototype =
'peersConnected', 'peersGettingFromUs', 'peersSendingToUs',
'rateDownload', 'rateUpload', 'seeders', 'sizeWhenDone',
'status', 'swarmSpeed', 'totalSize', 'uploadedEver',
'downloadDir', 'torrentFile', 'files', 'fileStats' ]
'downloadDir', 'files', 'fileStats' ]
}
};