From fbe918989ef0548161f67ebd4cc73e20ea541f16 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 5 Jul 2004 14:04:50 +0000 Subject: [PATCH] The URI passed to the control frame must be clean (i.e. no #xxx part). --- helm/on-line/html/folder/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/on-line/html/folder/index.html b/helm/on-line/html/folder/index.html index afa6b8935..428a3ed0c 100644 --- a/helm/on-line/html/folder/index.html +++ b/helm/on-line/html/folder/index.html @@ -8,7 +8,7 @@ var processorURL = ""; var interfaceURL = ""; var profile = ""; - var CICURI = ""; + var CICURI = ""; var annotations = ""; var url = "";