Changes between Version 55 and Version 56 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v55 v56  
    2828      var el = form.elements[i];
    2929      if( el.type == 'text' ) {
     30        alert(getPrice(el));
     31        alert(parseInt(el.value));
    3032        totalAmount += getPrice(el) * parseInt(el.value);
    3133      }