Author: andar
Revision: 5776
Log:
Set the maxValue of the port spinner to 65535
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.ConnectionManager.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.ConnectionManager.js 2009-09-24 08:41:00 UTC
(rev 5775)
+++ trunk/deluge/ui/web/js/Deluge.ConnectionManager.js 2009-09-24 14:26:05 UTC
(rev 5776)
@@ -91,7 +91,7 @@
xtype: 'number',
decimalPrecision: 0,
minValue: -1,
- maxValue: 99999
+ maxValue: 65535
},
value: '58846',
anchor: '50%'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---