Login
Preferences
About Trac
Changes between
Version 31
and
Version 32
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 10:59:22 PM (
13 years
ago)
Author:
tolix
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Catalogue
v31
v32
39
39
function recalc(el) {
40
40
alert(el.nextSibling.nodeValue);
41
el.nextSibling.
innerHTML
= 'hi there';
41
el.nextSibling.
nodeValue
= 'hi there';
42
42
}
43
43
</script>