Changeset 11486
- Timestamp:
- Dec 5, 2010, 7:08:07 PM (12 years ago)
- Location:
- branches/2.0x/web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/web/index.html
r10497 r11486 400 400 <li id="button"> 401 401 <ul id="footer_super_menu"> 402 <li id="homepage">Transmission Homepage</li> 403 <li id="tipjar">Transmission Tip Jar</li> 404 <li class="separator"></li> 402 405 <li id="preferences">Preferences</li> 403 406 <li id="statistics">Statistics</li> -
branches/2.0x/web/javascript/transmission.js
r10870 r11486 1118 1118 { 1119 1119 this._last_torrent_clicked = torrent; 1120 } 1121 else if ($element[0].id == 'homepage') { 1122 window.open('http://www.transmissionbt.com/'); 1123 } 1124 else if ($element[0].id == 'tipjar') { 1125 window.open('http://www.transmissionbt.com/donate.php'); 1120 1126 }, 1121 1127
Note: See TracChangeset
for help on using the changeset viewer.