mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
listen to the 'check' event on the field also incase it is a checkbox
This commit is contained in:
parent
c76e67b109
commit
9c4b6afc05
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Deluge.OptionsManager = Ext.extend(Ext.util.Observable, {
|
||||||
field.on('focus', this.onFieldFocus, this);
|
field.on('focus', this.onFieldFocus, this);
|
||||||
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);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue