mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 18:38:39 +00:00
have the option manager return the field from a bind
This commit is contained in:
parent
e676bcf576
commit
88471024d9
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ Deluge.OptionsManager = Ext.extend(Ext.util.Observable, {
|
||||||
field.on('blur', this.onFieldBlur, this);
|
field.on('blur', this.onFieldBlur, this);
|
||||||
field.on('change', this.onFieldChange, this);
|
field.on('change', this.onFieldChange, this);
|
||||||
field.on('check', this.onFieldChange, this);
|
field.on('check', this.onFieldChange, this);
|
||||||
|
return field;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue