mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
remove some accidental alerts
This commit is contained in:
parent
a3d9b93480
commit
4de8e57f56
@ -162,7 +162,6 @@ deluge.ui = {
|
||||
},
|
||||
|
||||
onPluginEnabled: function(pluginName) {
|
||||
alert('enabled ' + pluginName);
|
||||
if (deluge.plugins[pluginName]) {
|
||||
deluge.plugins[pluginName].enable();
|
||||
} else {
|
||||
@ -185,7 +184,6 @@ deluge.ui = {
|
||||
},
|
||||
|
||||
onPluginDisabled: function(pluginName) {
|
||||
alert('disabled ' + pluginName);
|
||||
deluge.plugins[pluginName].disable();
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user