diff --git a/deluge/ui/web/js/deluge-all/UI.js b/deluge/ui/web/js/deluge-all/UI.js index af5c3f75b..15f788123 100644 --- a/deluge/ui/web/js/deluge-all/UI.js +++ b/deluge/ui/web/js/deluge-all/UI.js @@ -172,6 +172,7 @@ deluge.ui = { onGotPlugins: function(plugins) { Ext.each(plugins.enabled_plugins, function(plugin) { + if (deluge.plugins[plugin]) return; deluge.client.web.get_plugin_resources(plugin, { success: this.onGotPluginResources, scope: this