Login
Preferences
About Trac
Changes between
Version 35
and
Version 36
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:15:35 PM (
13 years
ago)
Author:
tolix
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Catalogue
v35
v36
39
39
function recalc(el) {
40
40
// var price = el.parentNode.previousSibling.firstChild.nodeValue;
41
alert(el.parentNode.previousSibling.
firstChild.
nodeName);
41
alert(el.parentNode.previousSibling.
nodeName);
42
42
alert(price);
43
43
// el.nextSibling.nodeValue = ' = ';