mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
clear the url field after the torrent has been added
This commit is contained in:
parent
0e0bc735eb
commit
3bd13595be
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue