X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fon-line%2Fjavascript%2Fdefaults.js;h=2174375dc7d0becf221476d5903bac8ecd449c23;hb=de7919bc2f1c068734c6760af0cb44c6d7022804;hp=271f6eabcb8e228401685a4a73746e9a82ba9ffe;hpb=a43a64a7df7a4da719793f6d39f068a4b187e86b;p=helm.git diff --git a/helm/on-line/javascript/defaults.js b/helm/on-line/javascript/defaults.js index 271f6eabc..2174375dc 100644 --- a/helm/on-line/javascript/defaults.js +++ b/helm/on-line/javascript/defaults.js @@ -6,14 +6,18 @@ function getDefaultParam(name) return "http://phd.cs.unibo.it:8080/helm/servlet/uwobo/"; case "getterURL": return "http://phd.cs.unibo.it:8081/"; + case "draw_graphURL": + return "http://phd.cs.unibo.it:8083/"; + case "uri_set_queueURL": + return "http://phd.cs.unibo.it:8084/"; + case "UNICODEvsSYMBOL": + return "symbol"; case "cicuri": return "cic:/"; case "theoryuri": return "theory:/"; case "mode": return "processed,cic,html,yes,no,normal,no"; - case "UNICODEvsSYMBOL": - return "symbol"; } return "???";