mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-07 15:43:10 +00:00
Fix typo in label plugin - thanks konti
This commit is contained in:
parent
d800273891
commit
538aed9147
@ -497,7 +497,7 @@ Deluge.plugins.LabelPlugin = Ext.extend(Deluge.Plugin, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onLabelRemoveClick: function() {
|
onLabelRemoveClick: function() {
|
||||||
var state = this.filter.getFilter();
|
var state = this.filter.getState();
|
||||||
deluge.client.label.remove(state, {
|
deluge.client.label.remove(state, {
|
||||||
success: function() {
|
success: function() {
|
||||||
deluge.ui.update();
|
deluge.ui.update();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user