From 4e17b87ad4876974c41e490b5e0bc9487c82aa7e Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 17 Feb 2004 18:13:20 +0000 Subject: [PATCH] 68080 (that overflows ; -) ==> 38080 --- helm/uwobo-panel/control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/uwobo-panel/control.js b/helm/uwobo-panel/control.js index 147f8bd25..393bd3a68 100644 --- a/helm/uwobo-panel/control.js +++ b/helm/uwobo-panel/control.js @@ -15,7 +15,7 @@ function getParam(name, def) function getInitialPort() { - return "68080"; + return "38080"; } function getInitialProcessorURL() -- 2.39.2