mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
(trunk web) #3630 "add a link to the Transmission homepage from the web client" -- added.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user