From e1d232bab1b061d9098fd666ca24bed84b38f99e Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 16 Mar 2001 15:31:10 +0000 Subject: [PATCH] Raw mode now really considers compressed/not compressed --- helm/on-line/javascript/control.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 1b00d17e7..4136c0edf 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -106,7 +106,8 @@ function makeURL(type,uri,cicflags,typesflags) else format = mode_list[2]; if (output == "raw") { - url = getterURL + "getciconly?uri=" + uri; + url = getterURL + "getciconly?uri=" + uri + + "&format=" + (format == "zcic" ? "gz" : "normal"); } else { if (format == "html" && type == "cic") { keys = "C1,HC2¶m.processorURL=" + escape(processorURL) + -- 2.39.2