Commit 45a305f9 authored by terry%netscape.com's avatar terry%netscape.com

Turns out the javascript I was using was version 1.2, not 1.1. Who knew?

parent a224d895
...@@ -187,7 +187,7 @@ my $emailinput2 = GenerateEmailInput(2); ...@@ -187,7 +187,7 @@ my $emailinput2 = GenerateEmailInput(2);
# javascript # javascript
my $jscript = << 'ENDSCRIPT'; my $jscript = << 'ENDSCRIPT';
<script language="Javascript1.1"> <script language="Javascript1.2">
<!-- <!--
var cpts = new Array(); var cpts = new Array();
var vers = new Array(); var vers = new Array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment