Changeset 6346 for trunk/web/javascript
- Timestamp:
- Jul 16, 2008, 8:31:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/javascript/transmission.remote.js
r6345 r6346 31 31 RPC._TorrentLimits = (1<<7); 32 32 RPC._TorrentPeers = (1<<8); 33 RPC._TorrentPriorities = (1<<9); 34 RPC._TorrentScrape = (1<<10); 35 RPC._TorrentSize = (1<<11); 36 RPC._TorrentTrackerStats = (1<<12); 37 RPC._TorrentTrackers = (1<<13); 38 RPC._TorrentWebseeds = (1<<14); 33 RPC._TorrentPeerStats = (1<<9); 34 RPC._TorrentPriorities = (1<<10); 35 RPC._TorrentScrape = (1<<11); 36 RPC._TorrentSize = (1<<12); 37 RPC._TorrentTrackerStats = (1<<13); 38 RPC._TorrentTrackers = (1<<14); 39 RPC._TorrentWebseeds = (1<<15); 39 40 40 41 function TransmissionRemote( controller )
Note: See TracChangeset
for help on using the changeset viewer.