diff buy.html @ 44:1045db9799e3 laserkard

[svn r45] Greatly Enhanced Responsiveness of the website.
author rlm
date Thu, 28 Jan 2010 04:10:44 -0500
parents 329638a361cc
children bff96abdddfa
line wrap: on
line diff
     1.1 --- a/buy.html	Thu Jan 28 00:32:54 2010 -0500
     1.2 +++ b/buy.html	Thu Jan 28 04:10:44 2010 -0500
     1.3 @@ -87,11 +87,24 @@
     1.4  </div>
     1.5  
     1.6  
     1.7 +<div id = "cardDefs">
     1.8 +PERL::DEFS
     1.9 +</div>
    1.10 +
    1.11 +
    1.12  <script language="javascript">
    1.13  //this is the main painting object, established here and created with Initial painting values
    1.14 +
    1.15 +JSONtex = document.getElementById('cardDefs').innerHTML;
    1.16 +laserkard = new Object();
    1.17 +laserkard = eval('(' + JSONtex + ')');
    1.18 +
    1.19  var raphe = Raphael("disp_contain", 515, 318);
    1.20  defaults();
    1.21  redraw("bold");
    1.22 +
    1.23 +
    1.24 +
    1.25  </script>
    1.26  </body>
    1.27