]> matita.cs.unibo.it Git - helm.git/commitdiff
Bug fixed: Compressed was not checked well on control frame load.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 25 Jun 2001 17:02:53 +0000 (17:02 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 25 Jun 2001 17:02:53 +0000 (17:02 +0000)
"yes" ==> "compressed"

helm/on-line/html/library/control.html

index 5c68710e10569c6b11360d9b4c63824db7d314f3..697bf0f55d16a00fe43fe8bbe509acff31c5157a 100644 (file)
@@ -77,7 +77,7 @@
        var mode_list = mode.split(',');
        if (mode_list[0] == "raw") {
          outputCheckbox(document, "updateCompressed(this)",
-          "&nbsp;Compressed", mode_list[5] == "yes");
+          "&nbsp;Compressed", mode_list[5] == "gz");
          outputCheckbox(document, "updateDTDPatched(this)",
           "&nbsp;Resolve DTD URL", mode_list[6] == "yes");
         } else {