Changes between Version 72 and Version 73 of Catalogue
- Timestamp:
- Jun 27, 2012 1:53:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v72 v73 14 14 var amountDiv = el.nextSibling; 15 15 if( !amountDiv ) { 16 amountDiv = document.createElement(' div');17 amountDiv.style.color = '# 888888';16 amountDiv = document.createElement('span'); 17 amountDiv.style.color = '#666666'; 18 18 el.parentNode.appendChild(amountDiv); 19 19 amountText = document.createTextNode();