Changes between Version 69 and Version 70 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v69 v70  
    1414    var amountEl = el.nextSibling;
    1515    if( !amountEl ) {
    16       amountEl = document.createTextNode('');
     16      amountEl = document.createTextNode(' ');
     17      el.parentNode.appendChild(amountEl);
    1718      amountEl.style.color = "#888888";
    18       el.parentNode.appendChild(amountEl);
    1919    }
    2020    amountEl.nodeValue = ' = ' + (price * el.value).toFixed(2).toString();