clear the url field after the torrent has been added
This commit is contained in:
parent
0e0bc735eb
commit
3bd13595be
@ -197,6 +197,7 @@ Deluge.Add.Url = {
|
||||
|
||||
onGotInfo: function(info) {
|
||||
var bound = Deluge.Add.onTorrentAdded.bind(Deluge.Add)
|
||||
this.Form.items.get('url').setValue('');
|
||||
bound(info);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user