From 88471024d91902d55d72568f557465d100d73c02 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Thu, 20 Aug 2009 00:47:02 +0000 Subject: [PATCH] have the option manager return the field from a bind --- deluge/ui/web/js/Deluge.OptionsManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/ui/web/js/Deluge.OptionsManager.js b/deluge/ui/web/js/Deluge.OptionsManager.js index 48bf70a36..45cda078e 100644 --- a/deluge/ui/web/js/Deluge.OptionsManager.js +++ b/deluge/ui/web/js/Deluge.OptionsManager.js @@ -85,6 +85,7 @@ Deluge.OptionsManager = Ext.extend(Ext.util.Observable, { field.on('blur', this.onFieldBlur, this); field.on('change', this.onFieldChange, this); field.on('check', this.onFieldChange, this); + return field; }, /**