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