Changes between Version 33 and Version 34 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v33 v34  
    3838<script type="text/javascript">
    3939  function recalc(el) {
    40     el.nextSibling.nodeValue = ' = ';
     40    var price = el.parentNode.previousSibling.firstChild.nodeValue;
     41    alert(price);
     42    // el.nextSibling.nodeValue = ' = ';
    4143  }
    4244</script>