From 63aa818c47932b5b29497147452c427d14e3c9d8 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 15 Sep 2009 11:51:03 +0000 Subject: [PATCH] remove the seeds status key from the Peers key list --- deluge/ui/web/js/Deluge.Keys.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/ui/web/js/Deluge.Keys.js b/deluge/ui/web/js/Deluge.Keys.js index c91ec48ca..44a4679c1 100644 --- a/deluge/ui/web/js/Deluge.Keys.js +++ b/deluge/ui/web/js/Deluge.Keys.js @@ -70,11 +70,11 @@ Deluge.Keys = { /** * @description Keys used in the peers tab of the statistics panel. - *
['peers', 'seed']
+ *
['peers']
* @static */ Peers: [ - 'peers', 'seeds' + 'peers' ], /**