Mercurial > laserkard
diff buy.html @ 43:329638a361cc laserkard
[svn r44] implemented redraw memory.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 00:32:54 -0500 |
parents | ef8615de8a9c |
children | 1045db9799e3 |
line wrap: on
line diff
1.1 --- a/buy.html Wed Jan 27 22:04:43 2010 -0500 1.2 +++ b/buy.html Thu Jan 28 00:32:54 2010 -0500 1.3 @@ -80,19 +80,19 @@ 1.4 <div id = "copyright">© 2010 LaserKard, LLC</div> 1.5 1.6 1.7 + 1.8 + 1.9 +<div id = "formValues"> 1.10 +PERL::INITIALVALUES 1.11 +</div> 1.12 + 1.13 + 1.14 <script language="javascript"> 1.15 //this is the main painting object, established here and created with Initial painting values 1.16 var raphe = Raphael("disp_contain", 515, 318); 1.17 defaults(); 1.18 redraw("bold"); 1.19 </script> 1.20 - 1.21 - 1.22 -<div id = "formValues"> 1.23 -PERL::INITIALVALUES 1.24 -</div> 1.25 - 1.26 - 1.27 </body> 1.28 1.29 </html>