Changes between Version 87 and Version 88 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v87 v88  
    1010  }
    1111
    12   function recalc(el) {
     12  function recalc(evt) {
     13    var el = evt.currentTarget;
    1314    var price = getPrice(el);
    1415    var amountDiv = el.nextSibling;