]> matita.cs.unibo.it Git - helm.git/commitdiff
param.framewidth = 150 (hard-coded ;-( pour Hanane ;-((((((((((
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 19 Sep 2003 11:58:43 +0000 (11:58 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 19 Sep 2003 11:58:43 +0000 (11:58 +0000)
helm/on-line/javascript/control.js

index 4da22fac90a8f87dc5f73492b9a6c13fd3765f0c..79ed47fd7ef1c626592192a7c9852bc3c2175e1c 100644 (file)
@@ -201,7 +201,8 @@ function makeURL(type,uri,cicflags,typesflags)
        "&param.encoding=iso-8859-1" +
        "&param.media-type=text/html" +
        "&param.keys=" + getCICHTMLKeys() +
-       "&param.interfaceURL=" + escape(interfaceURL);
+       "&param.interfaceURL=" + escape(interfaceURL) +
+       "&param.framewidth=150";
     } else if (format == "html" && type == "cic") {
       keys = getCICHTMLKeys() +
        "&param.processorURL=" + escape(processorURL) +