Changes between Version 72 and Version 73 of Catalogue


Ignore:
Timestamp:
Jun 27, 2012 1:53:22 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v72 v73  
    1414    var amountDiv = el.nextSibling;
    1515    if( !amountDiv ) {
    16       amountDiv = document.createElement('div');
    17       amountDiv.style.color = '#888888';
     16      amountDiv = document.createElement('span');
     17      amountDiv.style.color = '#666666';
    1818      el.parentNode.appendChild(amountDiv);
    1919      amountText = document.createTextNode();