Changes between Version 69 and Version 70 of Catalogue
- Timestamp:
- Jun 27, 2012 1:46:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v69 v70 14 14 var amountEl = el.nextSibling; 15 15 if( !amountEl ) { 16 amountEl = document.createTextNode(''); 16 amountEl = document.createTextNode(' '); 17 el.parentNode.appendChild(amountEl); 17 18 amountEl.style.color = "#888888"; 18 el.parentNode.appendChild(amountEl);19 19 } 20 20 amountEl.nodeValue = ' = ' + (price * el.value).toFixed(2).toString();