From fb154eaba95b8ce0072cd0f12c1afe39c7746d27 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 24 Sep 2009 14:26:05 +0000 Subject: [PATCH] Set the maxValue of the port spinner to 65535 --- deluge/ui/web/js/Deluge.ConnectionManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/Deluge.ConnectionManager.js b/deluge/ui/web/js/Deluge.ConnectionManager.js index 6cb075831..2502354e1 100644 --- a/deluge/ui/web/js/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/Deluge.ConnectionManager.js @@ -91,7 +91,7 @@ Copyright: xtype: 'number', decimalPrecision: 0, minValue: -1, - maxValue: 99999 + maxValue: 65535 }, value: '58846', anchor: '50%'