Author: damoxc
Revision: 5753
Log:
remove the seeds status key from the Peers key list
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Keys.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Keys.js 2009-09-15 07:29:08 UTC (rev
5752)
+++ trunk/deluge/ui/web/js/Deluge.Keys.js 2009-09-15 11:51:03 UTC (rev
5753)
@@ -70,11 +70,11 @@
/**
* @description Keys used in the peers tab of the statistics panel.
- * <pre>['peers', 'seed']</pre>
+ * <pre>['peers']</pre>
* @static
*/
Peers: [
- 'peers', 'seeds'
+ 'peers'
],
/**
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---