clear the url field after the torrent has been added

This commit is contained in:
Damien Churchill 2009-03-31 00:33:56 +00:00
parent 0e0bc735eb
commit 3bd13595be

View file

@ -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);
}
}