Author: damoxc
Revision: 5750
Log:
tie up the find more button so it opens the plugins page on the wiki
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.Plugins.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.Plugins.js 2009-09-14
16:32:23 UTC (rev 5749)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.Plugins.js 2009-09-14
21:28:02 UTC (rev 5750)
@@ -172,6 +172,10 @@
}
},
+ onFindMorePlugins: function() {
+ window.open('http://dev.deluge-torrent.org/wiki/Plugins');
+ },
+
onGotAvailablePlugins: function(plugins) {
this.availablePlugins = plugins;
Deluge.Client.core.get_enabled_plugins({
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---