(trunk web) #3630 "add a link to the Transmission homepage from the web client" -- added.

This commit is contained in:
Charles Kerr
2010-10-13 19:28:55 +00:00
parent 3f8748edfc
commit 35ac787457
2 changed files with 9 additions and 0 deletions

View File

@@ -1118,6 +1118,12 @@ Transmission.prototype =
$element.deselectMenuItem();
this.refreshDisplay( );
}
else if ($element[0].id == 'homepage') {
window.open('http://www.transmissionbt.com/');
}
else if ($element[0].id == 'tipjar') {
window.open('http://www.transmissionbt.com/donate.php');
}
break;
// Limit the download rate