Changes between Version 31 and Version 32 of Catalogue


Ignore:
Timestamp:
Jun 26, 2012 10:59:22 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v31 v32  
    3939  function recalc(el) {
    4040    alert(el.nextSibling.nodeValue);
    41     el.nextSibling.innerHTML = 'hi there';
     41    el.nextSibling.nodeValue = 'hi there';
    4242  }
    4343</script>