From dd519f936c356db15092b49ab88a2837109d047d Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 14 Sep 2009 21:28:02 +0000 Subject: [PATCH] tie up the find more button so it opens the plugins page on the wiki --- deluge/ui/web/js/Deluge.Preferences.Plugins.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deluge/ui/web/js/Deluge.Preferences.Plugins.js b/deluge/ui/web/js/Deluge.Preferences.Plugins.js index 9726ca884..72062177e 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Plugins.js +++ b/deluge/ui/web/js/Deluge.Preferences.Plugins.js @@ -172,6 +172,10 @@ Ext.deluge.preferences.Plugins = Ext.extend(Ext.Panel, { } }, + onFindMorePlugins: function() { + window.open('http://dev.deluge-torrent.org/wiki/Plugins'); + }, + onGotAvailablePlugins: function(plugins) { this.availablePlugins = plugins; Deluge.Client.core.get_enabled_plugins({