Changes between Version 41 and Version 42 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v41 v42  
    66<script type="text/javascript">
    77  function recalc(el) {
    8     var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue);
     8    var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue.replace('\s', '', g));
    99    alert(price);
    1010    // el.nextSibling.nodeValue = ' = ';