Mercurial > laserkard
diff buy.html @ 47:4431dc7d4bb5 laserkard
[svn r48] almost fixed "hover over" bug
author | rlm |
---|---|
date | Sun, 31 Jan 2010 14:21:14 -0500 |
parents | 26c2b3ad21c7 |
children | b2a11435a89b |
line wrap: on
line diff
1.1 --- a/buy.html Sun Jan 31 12:33:33 2010 -0500 1.2 +++ b/buy.html Sun Jan 31 14:21:14 2010 -0500 1.3 @@ -87,12 +87,28 @@ 1.4 PERL::INITIALVALUES 1.5 </div> 1.6 1.7 +<div id = "currentSpec"> 1.8 +PERL::INITIALCARD 1.9 +</div> 1.10 + 1.11 1.12 <div id = "cardDefs"> 1.13 PERL::DEFS 1.14 </div> 1.15 1.16 1.17 +<div id = "descriptions"> 1.18 +{ 1.19 +"big_acrylic_clear" : "bold", 1.20 +"basic_acrylic_clear" : "wwx", 1.21 +"classic_acrylic_clear" : "fuck", 1.22 +"lines_acrylic_clear" : "damn" 1.23 +} 1.24 + 1.25 +</div> 1.26 + 1.27 + 1.28 + 1.29 <script language="javascript"> 1.30 //this is the main painting object, established here and created with Initial painting values 1.31