mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
remove no longer needed alert
This commit is contained in:
parent
1b9e3c00c8
commit
5c75d3664c
@ -471,7 +471,6 @@ Ext.deluge.details.OptionsTab = Ext.extend(Ext.form.FormPanel, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onOptionChanged: function(id, key, newValue, oldValue) {
|
onOptionChanged: function(id, key, newValue, oldValue) {
|
||||||
//alert(String.format('Key: {0}\nValue: {1}\nOld Value: {2}', key, newValue, oldValue));
|
|
||||||
if (key == 'stop_at_ratio') {
|
if (key == 'stop_at_ratio') {
|
||||||
this.fields.remove_at_ratio.setDisabled(!newValue);
|
this.fields.remove_at_ratio.setDisabled(!newValue);
|
||||||
this.fields.stop_ratio.setDisabled(!newValue);
|
this.fields.stop_ratio.setDisabled(!newValue);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user