Changes between Version 30 and Version 31 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v30 v31  
    3838<script type="text/javascript">
    3939  function recalc(el) {
     40    alert(el.nextSibling.nodeValue);
    4041    el.nextSibling.innerHTML = 'hi there';
    4142  }