Login
Preferences
About Trac
Changes between
Version 40
and
Version 41
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 26, 2012 11:22:43 PM (
13 years
ago)
Author:
tolix
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Catalogue
v40
v41
7
7
function recalc(el) {
8
8
var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue);
9
alert(price);
9
10
// el.nextSibling.nodeValue = ' = ';
10
11
}