Changes between Version 91 and Version 92 of Catalogue


Ignore:
Timestamp:
Jun 27, 2012 2:55:21 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v91 v92  
    1818      amountDiv.style.color = '#aaaaaa';
    1919      el.parentNode.appendChild(amountDiv);
    20       amountText = document.createTextNode();
     20      var amountText = document.createTextNode();
    2121      amountDiv.appendChild(amountText);
    2222    }