Changes between Version 40 and Version 41 of Catalogue


Ignore:
Timestamp:
Jun 26, 2012 11:22:43 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v40 v41  
    77  function recalc(el) {
    88    var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue);
     9    alert(price);
    910    // el.nextSibling.nodeValue = ' = ';
    1011  }