From: Claudio Sacerdoti Coen Date: Tue, 17 Feb 2004 18:13:20 +0000 (+0000) Subject: 68080 (that overflows ; -) ==> 38080 X-Git-Tag: v0_0_4~160 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4e17b87ad4876974c41e490b5e0bc9487c82aa7e;p=helm.git 68080 (that overflows ; -) ==> 38080 --- 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()