mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(web) #1147: remove "add torrent by URL" from web client
This commit is contained in:
@@ -130,13 +130,5 @@ TransmissionRemote.prototype =
|
||||
this.sendRequest( RPC._Root, $.toJSON(o), function(){
|
||||
remote.loadDaemonPrefs();
|
||||
}, "json" );
|
||||
},
|
||||
|
||||
/*
|
||||
* Upload Torrent by URL
|
||||
addTorrentByURL: function() {
|
||||
$('#torrent_upload_form')[0].action = 'remote/index.php?action=addTorrentByURL¶m=[]';
|
||||
$('#torrent_upload_form').ajaxSubmit({dataType: 'script', type: 'POST'});
|
||||
},
|
||||
*/
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user