mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +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
@ -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…
x
Reference in New Issue
Block a user