Changes between Version 70 and Version 71 of Catalogue


Ignore:
Timestamp:
Jun 27, 2012 1:48:07 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v70 v71  
    1515    if( !amountEl ) {
    1616      amountEl = document.createTextNode(' ');
     17      amountEl.setAttribute('style', 'color: #888888;');
    1718      el.parentNode.appendChild(amountEl);
    18       amountEl.style.color = "#888888";
     19      // amountEl.style.color = "#888888";
    1920    }
    2021    amountEl.nodeValue = ' = ' + (price * el.value).toFixed(2).toString();