Login
Preferences
About Trac
Changes between
Version 87
and
Version 88
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 2:49:07 PM (
12 years
ago)
Author:
tolix
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Catalogue
v87
v88
10
10
}
11
11
12
function recalc(el) {
12
function recalc(evt) {
13
var el = evt.currentTarget;
13
14
var price = getPrice(el);
14
15
var amountDiv = el.nextSibling;