Changes between Version 56 and Version 57 of Catalogue


Ignore:
Timestamp:
Jun 27, 2012 12:40:53 AM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v56 v57  
    3030        alert(getPrice(el));
    3131        alert(parseInt(el.value));
    32         totalAmount += getPrice(el) * parseInt(el.value);
     32        totalAmount += getPrice(el) * el.value;
    3333      }
    3434    }