Changeset 12724
- Timestamp:
- Aug 24, 2011, 5:04:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/javascript/transmission.js
r12723 r12724 935 935 } 936 936 937 this[Prefs._TurtleState] = p refs[RPC._TurtleState];937 this[Prefs._TurtleState] = p[RPC._TurtleState]; 938 938 this.updateTurtleButton(); 939 this.setCompactMode(p refs[Prefs._CompactDisplayState]);939 this.setCompactMode(p[Prefs._CompactDisplayState]); 940 940 }, 941 941 … … 1661 1661 if (torrent_ids && torrent_ids.length) 1662 1662 { 1663 for (var i=0, id; i =torrent_ids[i]; ++i)1663 for (var i=0, id; id=torrent_ids[i]; ++i) 1664 1664 delete this._torrents[id]; 1665 1665 this.refilter();
Note: See TracChangeset
for help on using the changeset viewer.