Changeset 13336
- Timestamp:
- Jun 4, 2012, 12:28:15 AM (9 years ago)
- Location:
- trunk/web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/index.html
r13308 r13336 397 397 <li class="separator"></li> 398 398 <li id="context_reannounce">Ask tracker for more peers</li> 399 <li class="separator"></li> 400 <li id="context_select_all">Select All</li> 401 <li id="context_deselect_all">Deselect All</li> 399 402 </ul> 400 403 </div> -
trunk/web/javascript/transmission.js
r13308 r13336 184 184 context_move_up: function() { tr.moveUp(); }, 185 185 context_move_down: function() { tr.moveDown(); }, 186 context_move_bottom: function() { tr.moveBottom(); } 186 context_move_bottom: function() { tr.moveBottom(); }, 187 context_select_all: function() { tr.selectAll(); }, 188 context_deselect_all: function() { tr.deselectAll(); } 187 189 }; 188 190
Note: See TracChangeset
for help on using the changeset viewer.