mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
remove some accidental alerts
This commit is contained in:
parent
a3d9b93480
commit
4de8e57f56
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue