Login
Preferences
About Trac
Changes between
Version 56
and
Version 57
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:40:53 AM (
12 years
ago)
Author:
tolix
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Catalogue
v56
v57
30
30
alert(getPrice(el));
31
31
alert(parseInt(el.value));
32
totalAmount += getPrice(el) *
parseInt(el.value)
;
32
totalAmount += getPrice(el) *
el.value
;
33
33
}
34
34
}