Login
Preferences
About Trac
Changes between
Version 57
and
Version 58
of
Catalogue
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 27, 2012 12:41:22 AM (
12 years
ago)
Author:
tolix
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Catalogue
v57
v58
28
28
var el = form.elements[i];
29
29
if( el.type == 'text' ) {
30
alert(getPrice(el));
31
alert(parseInt(el.value));
32
30
totalAmount += getPrice(el) * el.value;
33
31
}